Open sylque opened 8 months ago
I would be useful to have void BLECharacteristic::notify() returning an error message when ::esp_ble_gatts_send_indicate() fails.
void BLECharacteristic::notify()
::esp_ble_gatts_send_indicate()
Otherwise, there's no way for your program to react if the BLE link is flooded with notifications.
I would be useful to have
void BLECharacteristic::notify()
returning an error message when::esp_ble_gatts_send_indicate()
fails.Otherwise, there's no way for your program to react if the BLE link is flooded with notifications.