Page 1 of 1

Max BLE GATT Handles

Posted: Sat Jan 26, 2019 1:08 am
by jojala
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!

Re: Max BLE GATT Handles

Posted: Mon Jan 28, 2019 9:40 am
by chegewara
Ping
Weijian-Espressif wrote:

Re: Max BLE GATT Handles

Posted: Wed May 15, 2019 10:06 pm
by plajjd
We have the same issue - and have had to change the #define in the IDF. Is there a better way?

Phil.