Skip to content

Commit 20fb013

Browse files
committed
Use bluedroid for ESP32
1 parent 8dee191 commit 20fb013

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

configs/defconfig.esp32

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
1+
CONFIG_BTDM_CTRL_MODE_BTDM=y
12
CONFIG_BTDM_SCAN_DUPL_CACHE_SIZE=20
23
CONFIG_BT_ENABLED=y
3-
CONFIG_BTDM_CTRL_MODE_BLE_ONLY=y
4-
CONFIG_BTDM_CTRL_MODE_BR_EDR_ONLY=n
5-
CONFIG_BTDM_CTRL_MODE_BTDM=n
6-
CONFIG_BT_BLUEDROID_ENABLED=n
7-
CONFIG_BT_NIMBLE_ENABLED=y
4+
CONFIG_BT_CLASSIC_ENABLED=y
85
CONFIG_BT_A2DP_ENABLE=y
96
CONFIG_BT_SPP_ENABLED=y
107
CONFIG_BT_HFP_ENABLE=y

0 commit comments

Comments
 (0)