Edge AI Add-on API
2.2.0
Loading...
Searching...
No Matches
ble_mds.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2026 Nordic Semiconductor ASA
3
*
4
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5
*/
6
7
#ifndef BLE_MDS_H_
8
#define BLE_MDS_H_
9
15
#if IS_ENABLED(CONFIG_MODELS_OBSERVABILITY_MDS)
16
22
int
init_app_ble
(
void
);
23
24
#else
25
26
static
inline
int
init_app_ble
(
void
)
27
{
28
return
0;
29
}
30
31
#endif
/* IS_ENABLED(CONFIG_MODELS_OBSERVABILITY_MDS) */
32
37
#endif
/* BLE_MDS_H_ */
init_app_ble
static int init_app_ble(void)
Definition
ble_mds.h:26
applications
ww_kws
src
ble
ble_mds.h
Generated on Thu Jul 9 2026 11:59:51 for Edge AI Add-on API by
1.12.0