2022-09-06 09:19:28 -04:00
|
|
|
menu "Example Configuration"
|
|
|
|
|
|
|
|
config EXAMPLE_EXTENDED_ADV
|
|
|
|
bool
|
2023-02-16 09:26:41 -05:00
|
|
|
depends on SOC_BLE_50_SUPPORTED
|
2022-09-06 09:19:28 -04:00
|
|
|
default y if SOC_ESP_NIMBLE_CONTROLLER
|
2023-02-16 09:26:41 -05:00
|
|
|
select BT_NIMBLE_EXT_ADV
|
2022-09-06 09:19:28 -04:00
|
|
|
prompt "Enable Extended Adv"
|
|
|
|
help
|
2023-07-18 06:00:51 -04:00
|
|
|
Use this option to enable extended advertising in the example.
|
|
|
|
If you disable this option, ensure config BT_NIMBLE_EXT_ADV is
|
|
|
|
also disabled from Nimble stack menuconfig.
|
2022-09-06 09:19:28 -04:00
|
|
|
|
|
|
|
config EXAMPLE_RANDOM_ADDR
|
|
|
|
bool
|
|
|
|
prompt "Advertise RANDOM Address"
|
|
|
|
help
|
|
|
|
Use this option to advertise a random address instead of public address
|
2022-10-04 02:06:57 -04:00
|
|
|
|
|
|
|
config EXAMPLE_PERIODIC_ADV_ENH
|
|
|
|
bool
|
|
|
|
prompt "Enable Periodic Adv Enhancements"
|
|
|
|
depends on SOC_BLE_50_SUPPORTED && SOC_BLE_PERIODIC_ADV_ENH_SUPPORTED
|
|
|
|
select BT_NIMBLE_PERIODIC_ADV_ENH
|
|
|
|
help
|
|
|
|
Use this option to enable periodic advertising enhancements
|
2022-09-06 09:19:28 -04:00
|
|
|
endmenu
|