We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffaf081 commit 4116e4fCopy full SHA for 4116e4f
examples/bluetooth/bluedroid/classic_bt/a2dp_sink/sdkconfig.ci.ca_dis
@@ -0,0 +1,12 @@
1
+# Override some defaults so BT stack is enabled and
2
+# Classic BT is enabled and BT_DRAM_RELEASE is disabled
3
+CONFIG_BT_ENABLED=y
4
+CONFIG_BTDM_CTRL_MODE_BLE_ONLY=n
5
+CONFIG_BTDM_CTRL_MODE_BR_EDR_ONLY=y
6
+CONFIG_BTDM_CTRL_MODE_BTDM=n
7
+CONFIG_BT_BLUEDROID_ENABLED=y
8
+CONFIG_BT_CLASSIC_ENABLED=y
9
+CONFIG_BT_A2DP_ENABLE=y
10
+CONFIG_BT_AVRCP_CT_COVER_ART_ENABLED=n
11
+CONFIG_EXAMPLE_AVRCP_CT_COVER_ART_ENABLE=n
12
+CONFIG_DAC_DMA_AUTO_16BIT_ALIGN=n
0 commit comments