You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
sylque
changed the title
{Feature Request] Please make BLECharacteristic::notify() return an error message
[Feature Request] Please make BLECharacteristic::notify() return an error message
Mar 22, 2024
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.
The text was updated successfully, but these errors were encountered: