mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
bb46db736c
- Add avrcp_ct_metadata example - Add avrcp_absolute_volume example - Add the example components about common code for a2dp sink and avrcp
9 lines
280 B
Plaintext
9 lines
280 B
Plaintext
# Override some defaults so BT stack is enabled and
|
|
# Classic BT is enabled and BT_DRAM_RELEASE is disabled
|
|
CONFIG_BT_ENABLED=y
|
|
CONFIG_BTDM_CTRL_MODE_BR_EDR_ONLY=y
|
|
CONFIG_BT_BLUEDROID_ENABLED=y
|
|
CONFIG_BT_CLASSIC_ENABLED=y
|
|
CONFIG_BT_A2DP_ENABLE=y
|
|
CONFIG_DAC_DMA_AUTO_16BIT_ALIGN=n
|