mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
10 lines
309 B
Plaintext
10 lines
309 B
Plaintext
menu "HID Example Configuration"
|
|
config EXAMPLE_SSP_ENABLED
|
|
bool "Secure Simple Pairing"
|
|
depends on BT_CLASSIC_ENABLED
|
|
default y
|
|
help
|
|
This enables the Secure Simple Pairing. If disable this option,
|
|
Bluedroid will only support Legacy Pairing
|
|
endmenu
|