esp-idf/examples/bluetooth/bluedroid/classic_bt/bt_discovery/sdkconfig.defaults

6 lines
144 B
Plaintext
Raw Normal View History

# Enable Classic BT and disable BLE
CONFIG_BT_ENABLED=y
2019-05-02 09:36:06 -04:00
CONFIG_BTDM_CTRL_MODE_BR_EDR_ONLY=y
CONFIG_BT_CLASSIC_ENABLED=y
CONFIG_BT_BLE_ENABLED=n