Hi, and thank you for this library.
We are using a rather old version of esp-nimble-cpp for a custom service along with ESP-IDF v5.4.2.
I wanted to use some off-the-shelf NimBLE services, as provided by:
ble_svc_dis_init
ble_svc_bas_init
However, doing so appears to interfere with esp-nimble-cpp operations and GATT characteristic reads die once DIS is interacted with. Is it possible for these to co-exist? Any idea what's wrong?
Hi, and thank you for this library.
We are using a rather old version of
esp-nimble-cppfor a custom service along with ESP-IDF v5.4.2.I wanted to use some off-the-shelf NimBLE services, as provided by:
ble_svc_dis_initble_svc_bas_initHowever, doing so appears to interfere with
esp-nimble-cppoperations and GATT characteristic reads die once DIS is interacted with. Is it possible for these to co-exist? Any idea what's wrong?