2019-06-25 09:03:58 +08: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
|
|
|
|
|
2021-12-06 15:08:11 +05:30
|
|
|
config EXAMPLE_EXTENDED_ADV
|
|
|
|
bool
|
|
|
|
default y if SOC_ESP_NIMBLE_CONTROLLER
|
2023-01-10 14:11:07 +05:30
|
|
|
select BT_NIMBLE_EXT_ADV if SOC_ESP_NIMBLE_CONTROLLER
|
2021-12-06 15:08:11 +05:30
|
|
|
prompt "Enable Extended Adv"
|
|
|
|
help
|
|
|
|
Use this option to enable extended advertising in the example
|
2022-10-19 15:23:21 +05:30
|
|
|
|
|
|
|
config EXAMPLE_INIT_DEINIT_LOOP
|
|
|
|
bool
|
|
|
|
prompt "Perform init deinit of nimble stack in a loop"
|
|
|
|
help
|
|
|
|
Enable this flag, to perform only stack Init and Deinit in a loop.
|
2022-11-02 18:34:47 +05:30
|
|
|
|
|
|
|
config EXAMPLE_ENCRYPTION
|
|
|
|
bool
|
|
|
|
prompt "Enable Link Encryption"
|
|
|
|
help
|
|
|
|
This enables bonding and encryption after connection has been established.
|
2019-06-25 09:03:58 +08:00
|
|
|
endmenu
|