Search found 1 match
- Sat Jan 26, 2019 1:08 am
- Forum: ESP-IDF
- Topic: Max BLE GATT Handles
- Replies: 2
- Views: 3659
Max BLE GATT Handles
We recently ran into an issue where we reached the maximum number of handles allowed to be defined as part of the esp-idf implementation of BLE GATT. We were able to over come this issue by locally updating the `ESP_GATT_ATTR_HANDLE_MAX` defined in `esp_bt_defs.h` within the esp-idf. Since this is j...