mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
801632d68b
Add option to enable/disable automatic registration of BLE Gattc service change notify. Which sends in parralel (with user message flow) commands to BLE server which sometime leads to GATT_BUSY. (BLE server is able to handle only one command at time) Closes https://github.com/espressif/esp-idf/issues/1575 Merges https://github.com/espressif/esp-idf/pull/1673