![]() |
Edge AI Add-on API 2.2.0
|
| 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.
| 0 | Success. |
| <0 | Negative errno from the Bluetooth stack (e.g. from bt_conn_auth_cb_register(), bt_hids_init(), or bt_enable()). |