Max BLE GATT Handles
Posted: Sat Jan 26, 2019 1:08 am
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 just a local modification, it's not ideal or portable. Is there a better way to configure the maximum number of handles available for defining BLE GATT attributes? Thanks!