esp-idf/examples/bluetooth/bluedroid/classic_bt/a2dp_source/main/Kconfig.projbuild

10 lines
310 B
Plaintext
Raw Normal View History

menu "A2DP 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