esp32-snippets
esp32-snippets copied to clipboard
[Feature Request] Please make BLECharacteristic::notify() return an error message
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.