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

10 lines
302 B
Plaintext
Raw Normal View History

# Override some defaults so BT stack is enabled and
# Classic BT is enabled and BT_DRAM_RELEASE is disabled
CONFIG_BT_ENABLED=y
2019-11-07 18:39:27 +00:00
CONFIG_BTDM_CTRL_MODE_BLE_ONLY=n
2019-05-02 13:36:06 +00:00
CONFIG_BTDM_CTRL_MODE_BR_EDR_ONLY=y
2019-11-07 18:39:27 +00:00
CONFIG_BTDM_CTRL_MODE_BTDM=n
2019-05-02 13:36:06 +00:00
CONFIG_BT_CLASSIC_ENABLED=y
CONFIG_BT_A2DP_ENABLE=n
CONFIG_BT_BLE_ENABLED=n