Will BLE provisioning with the NimBLE stack be supported in ESP-IDF 3.3?
Posted: Fri Jan 17, 2020 1:52 pm
Hi,
Are there any plans to support BLE provisioning with the NimBLE stack on the 3.3.x releases? It's a great feature that you support NimBLE in 3.3.1, as it makes our app much smaller, however, the BLE provisioning example does not compile when using the NimBLE stack.
The first error that occurs is this:
so the protocomm_nimble component seems to be missing, however, I see that it is available in the 4.x releases.
Are there any plans to support BLE provisioning with the NimBLE stack on the 3.3.x releases? It's a great feature that you support NimBLE in 3.3.1, as it makes our app much smaller, however, the BLE provisioning example does not compile when using the NimBLE stack.
The first error that occurs is this:
Code: Select all
/home/username/esp/esp-idf-v3.3.1/components/protocomm/include/transports/protocomm_ble.h:17:29: fatal error: esp_gap_ble_api.h: No such file or directory