esp-idf/examples/bluetooth/nimble/ble_phy/phy_cent/main/Kconfig.projbuild
2022-09-15 06:39:01 +00:00

17 lines
423 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
prompt "Enable Extended Adv"
help
Use this option to enable extended advertising in the example
endmenu