esp-idf/examples/bluetooth/nimble/ble_periodic_adv/main/Kconfig.projbuild

20 wiersze
643 B
Plaintext

menu "Example Configuration"
config EXAMPLE_EXTENDED_ADV
bool
depends on SOC_BLE_50_SUPPORTED
default y if SOC_ESP_NIMBLE_CONTROLLER
select BT_NIMBLE_EXT_ADV
prompt "Enable Extended Adv"
help
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.
config EXAMPLE_RANDOM_ADDR
bool
prompt "Advertise RANDOM Address"
help
Use this option to advertise a random address instead of public address
endmenu