|
@@ -1,8 +1,9 @@
|
|
|
menu "Example Configuration"
|
|
menu "Example Configuration"
|
|
|
config EXAMPLE_EXTENDED_ADV
|
|
config EXAMPLE_EXTENDED_ADV
|
|
|
bool
|
|
bool
|
|
|
|
|
+ depends on SOC_BLE_50_SUPPORTED
|
|
|
default y if SOC_ESP_NIMBLE_CONTROLLER
|
|
default y if SOC_ESP_NIMBLE_CONTROLLER
|
|
|
- select BT_NIMBLE_EXT_ADV if SOC_ESP_NIMBLE_CONTROLLER
|
|
|
|
|
|
|
+ select BT_NIMBLE_EXT_ADV
|
|
|
prompt "Enable Extended Adv"
|
|
prompt "Enable Extended Adv"
|
|
|
help
|
|
help
|
|
|
Use this option to enable extended advertising in the example
|
|
Use this option to enable extended advertising in the example
|