Merge branch 'feature/reorganise_bluetooth-bluedroid-hci' into 'master'

Moved HCI examples from bluetooth/bluedroid/hci to bluetooth/hci.

See merge request espressif/esp-idf!6686
This commit is contained in:
Jiang Jiang Jian
2019-12-04 20:28:20 +08:00
18 changed files with 30 additions and 1 deletions

View File

@@ -394,6 +394,13 @@ menu "Bluetooth"
help
This option is recommended for BLE only usecases to save on memory
config BT_CONTROLLER_ONLY
bool "Controller Only"
help
This option is recommended when you want to communicate directly with the
controller (without any host) or when you are using any other host stack
not supported by Espressif (not mentioned here).
endchoice
menu "Bluedroid Options"