alexanderlavrushko / BLEProof-collection

Example of complete BLE application: Central and Peripheral for Android, iOS, ESP32, Arduino Nano 33
128 stars 40 forks source link

ESP32 peripheral indications are disabled #5

Open orbian opened 1 year ago

orbian commented 1 year ago

When running the peripheral code on an ESP32 and using the seti command, the serial monitor always shows:

onStatus:ERROR_INDICATE_DISABLED:0(CharIndicate)

Notifications work fine. I'm using the central on an Android device and it shows indications are subscribed.