![]() |
Edge AI Add-on API 2.2.0
|
| typedef void(* ble_data_received_cb_t) (const char *data, size_t len) |
#include <applications/gesture_recognition/src/ble/gatt/ble_gatt.h>
BLE data received callback, this callback will be called when new data is received from the BLE GATT profile.
| data | Received data |
| len | Length of the received data |