2022-07-08 16:45:33 +05:30
|
|
|
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 19:56:41 +05:30
|
|
|
depends on SOC_BLE_50_SUPPORTED
|
2023-01-10 14:11:07 +05:30
|
|
|
default y if SOC_ESP_NIMBLE_CONTROLLER
|
2023-02-16 19:56:41 +05:30
|
|
|
select BT_NIMBLE_EXT_ADV
|
2022-07-08 16:45:33 +05:30
|
|
|
prompt "Enable Extended Adv"
|
|
|
|
help
|
2023-07-18 15:30:51 +05:30
|
|
|
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 16:45:33 +05:30
|
|
|
endmenu
|