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
22int init_app_ble(void);
23
24#else
25
26static 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_ */
static int init_app_ble(void)
Definition ble_mds.h:26