2022-07-08 07:15:33 -04:00
|
|
|
menu "Example Configuration"
|
|
|
|
|
|
|
|
config EXAMPLE_PEER_ADDR
|
|
|
|
string "Peer Address"
|
|
|
|
default "ADDR_ANY"
|
|
|
|
help
|
|
|
|
Enter the peer address in aa:bb:cc:dd:ee:ff form to connect to a specific peripheral
|
|
|
|
|
|
|
|
config EXAMPLE_EXTENDED_ADV
|
|
|
|
bool
|
2023-02-16 09:26:41 -05:00
|
|
|
depends on SOC_BLE_50_SUPPORTED
|
2023-01-10 03:41:07 -05:00
|
|
|
default y if SOC_ESP_NIMBLE_CONTROLLER
|
2023-02-16 09:26:41 -05:00
|
|
|
select BT_NIMBLE_EXT_ADV
|
2022-07-08 07:15:33 -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 this option is disabled, ensure config BT_NIMBLE_EXT_ADV is
|
|
|
|
also disabled from Nimble stack menuconfig
|
2022-07-08 07:15:33 -04:00
|
|
|
endmenu
|