ESP32 as BLE Client and need to disable (or stop) remote server notification
Posted: Sat Apr 11, 2020 3:35 pm
I am using ESP32 as a BLE Central (client) Device. When I connect with a peripheral (server) device the peripheral device has the NOTIFY property enabled with one of its characteristics. I need to disable or stop this NOTIFY property (unregister) but I cannot see how to do this using any of the Arduino BLE library functions.