kopia lustrzana https://github.com/espressif/esp-idf
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!12069pull/6491/head
commit
d017c21131
|
@ -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
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 0563f7f094d817bf0db3728e802f99a196569b27
|
||||
Subproject commit c6f69c12610fe28628e1dc13c8e1cd37e678c730
|
|
@ -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
|
||||
|
|
Ładowanie…
Reference in New Issue