int ble_gatt_send_raw_data(const uint8_t *data, size_t len)
Send Neuton inference result over BLE GATT profile.
int ble_gatt_init(ble_data_received_cb_t data_received_cb)
Initialize BLE GATT profile and start advertising.
int ble_gatt_start_advertising(void)
Start BLE advertising.
int ble_gatt_get_rssi(int8_t *out_rssi)
Get RSSI of the current connection.
void(* ble_data_received_cb_t)(const char *data, size_t len)
BLE data received callback, this callback will be called when new data is received from the BLE GATT ...
Definition ble_gatt.h:33