Skip to content

Commit 1c25086

Browse files
committed
Merge branch 'bugfix/hfp_examples_not_work_with_default_sdkconfig' into 'master'
bugfix/set default number of sco connection to 1 Closes IDFGH-8029 See merge request espressif/esp-idf!19586
2 parents 6c35aa6 + b87eb50 commit 1c25086

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

examples/bluetooth/bluedroid/classic_bt/hfp_ag/sdkconfig.defaults

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
CONFIG_BT_ENABLED=y
44
CONFIG_BT_BLE_ENABLED=n
55
CONFIG_BTDM_CTRL_MODE_BR_EDR_ONLY=y
6+
CONFIG_BTDM_CTRL_BR_EDR_MAX_SYNC_CONN=1
67
CONFIG_BT_BLUEDROID_ENABLED=y
78
CONFIG_BT_CLASSIC_ENABLED=y
89
CONFIG_BT_HFP_ENABLE=y

examples/bluetooth/bluedroid/classic_bt/hfp_hf/sdkconfig.defaults

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
CONFIG_BT_ENABLED=y
44
CONFIG_BT_BLE_ENABLED=n
55
CONFIG_BTDM_CTRL_MODE_BR_EDR_ONLY=y
6+
CONFIG_BTDM_CTRL_BR_EDR_MAX_SYNC_CONN=1
67
CONFIG_BT_BLUEDROID_ENABLED=y
78
CONFIG_BT_CLASSIC_ENABLED=y
89
CONFIG_BT_HFP_ENABLE=y

0 commit comments

Comments
 (0)