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

◆ ble_hid_init()

int ble_hid_init ( void )

#include <applications/gesture_recognition/src/ble/hid/ble_hid.h>

Initialize BLE HID profile and start advertising.

Registers authentication callbacks, initializes the HID service, and enables the Bluetooth stack. Advertising is started asynchronously once the stack is ready.

Return values
0Success.
<0Negative errno from the Bluetooth stack (e.g. from bt_conn_auth_cb_register(), bt_hids_init(), or bt_enable()).