esp-idf/examples/bluetooth/esp_hid_host/main/Kconfig.projbuild

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