mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-01 03:34:32 +02:00
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:
@@ -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
|
||||
|
Submodule components/bt/host/nimble/nimble updated: 0563f7f094...c6f69c1261
@@ -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
|
||||
|
Reference in New Issue
Block a user