Search found 1 match
- Thu May 10, 2018 6:27 am
- Forum: ESP-IDF
- Topic: ESP32 reads BLE iTag's Battery Service
- Replies: 3
- Views: 7912
Re: ESP32 reads BLE iTag's Battery Service
I am trying to do similar thing although my remote devise is different. I have the UUIDs of the service and the characteristic but when the esp_ble_gattc_read_char is called on the ESP_GATTC_READ_CHAR_EVT the status is 1 which i think mean that the handle is invalid: case ESP_GATTC_READ_CHAR_EVT: ES...