Merge branch 'nimble/support_wl_DLE_esp32c3' into 'master'

NimBLE: Support whtelist remove, packet length set APIs

Closes BT-1271 and BT-1242

See merge request espressif/esp-idf!12069
This commit is contained in:
Jiang Jiang Jian
2021-01-20 17:17:34 +08:00
3 changed files with 2 additions and 2 deletions

View File

@@ -433,7 +433,6 @@ config BT_NIMBLE_HOST_BASED_PRIVACY
config BT_NIMBLE_EXT_ADV
bool "Enable extended advertising."
default y if BT_SOC_SUPPORT_5_0
default n
depends on BT_NIMBLE_ENABLED && BT_SOC_SUPPORT_5_0
help

View File

@@ -10,6 +10,7 @@ menu "Example Configuration"
config EXAMPLE_PROV_TRANSPORT_BLE
bool "BLE"
select BT_ENABLED
depends on !IDF_TARGET_ESP32S2
config EXAMPLE_PROV_TRANSPORT_SOFTAP
bool "Soft AP"
endchoice