2019-06-24 21:03:58 -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
|
|
|
|
|
2022-10-19 13:43:21 -04:00
|
|
|
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.
|
|
|
|
|
2023-03-13 09:50:49 -04:00
|
|
|
config EXAMPLE_ENCRYPTION
|
|
|
|
bool
|
|
|
|
prompt "Enable Link Encryption"
|
|
|
|
help
|
|
|
|
This enables bonding and encryption after connection has been established.
|
2019-06-24 21:03:58 -04:00
|
|
|
endmenu
|