Add support of NimBLE host to Blufi

Merges https://github.com/espressif/esp-idf/pull/6904
This commit is contained in:
“sonalipatil”
2021-03-31 10:21:48 +05:30
committed by Rahul Tank
parent 228fc04646
commit 5175672050
35 changed files with 1296 additions and 571 deletions

View File

@@ -12,9 +12,9 @@ Use should concern these things:
Application Example
-------------------
Check :example:`bluetooth/bluedroid/ble` folder in ESP-IDF examples, which contains the following application:
Check :example:`bluetooth` folder in ESP-IDF examples, which contains the following application:
* This is the BLUFI demo. This demo can set ESP32's wifi to softap/station/softap&station mode and config wifi connections - :example:`bluetooth/bluedroid/ble/blufi`
* This is the BLUFI demo. This demo can set ESP32's wifi to softap/station/softap&station mode and config wifi connections - :example:`bluetooth/blufi`
API Reference
-------------