Enabling BLE Notifications
Posted: Wed Jun 30, 2021 2:06 pm
Hi!
Sorry about this question, but I'm not that familiar with the ESP32's BLE handling How do I setup a characteristic on a GATT server which will notify a connected client on the characteristic being updated? I'm calling esp_ble_gatts_send_indicate() with the parameter set to false, but this doesn't seem to be working with the app I'm testing with.
Sorry about this question, but I'm not that familiar with the ESP32's BLE handling How do I setup a characteristic on a GATT server which will notify a connected client on the characteristic being updated? I'm calling esp_ble_gatts_send_indicate() with the parameter set to false, but this doesn't seem to be working with the app I'm testing with.