Edge AI Add-on API 2.2.0
Loading...
Searching...
No Matches
ble_common.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
20#ifndef __BLE_COMMON_H__
21#define __BLE_COMMON_H__
22
23#include <stdbool.h>
24#include <stdint.h>
25
26#ifdef __cplusplus
27extern "C" {
28#endif /* __cplusplus */
29
42void ble_common_set_connected(bool connected);
43
54
66void ble_common_init(void);
67
68#ifdef __cplusplus
69}
70#endif /* __cplusplus */
71
72#endif /* __BLE_COMMON_H__ */
73
void ble_common_set_connected(bool connected)
Set the current BLE connection state.
void ble_common_init(void)
Initialize the common BLE module.
bool ble_common_is_connected(void)
Get the current BLE connection state.