Edge AI Add-on API 2.2.0
Loading...
Searching...
No Matches

◆ ble_common_init()

void ble_common_init ( void )

#include <applications/gesture_recognition/src/ble/ble_common.h>

Initialize the common BLE module.

Performs one-time initialization of the shared BLE state used by the common BLE interface. This must be called once during system startup, before any other ble_common_* API is used and before the BLE stack starts delivering connection state changes.

Safe to call regardless of the selected BLE mode (including CONFIG_BLE_MODE_NONE).