mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
29 lines
902 B
Plaintext
29 lines
902 B
Plaintext
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
|
|
default y if SOC_ESP_NIMBLE_CONTROLLER
|
|
select BT_NIMBLE_EXT_ADV if SOC_ESP_NIMBLE_CONTROLLER
|
|
prompt "Enable Extended Adv"
|
|
help
|
|
Use this option to enable extended advertising in the example
|
|
|
|
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.
|
|
|
|
config EXAMPLE_ENCRYPTION
|
|
bool
|
|
prompt "Enable Link Encryption"
|
|
help
|
|
This enables bonding and encryption after connection has been established.
|
|
endmenu
|