Skip to content

Commit 895bb2a

Browse files
author
Jiang Jiang Jian
committed
Merge branch 'change/default_value_for_esp_coex_vsc_in_bluedroid' into 'master'
change(bt): Set default value for BT_BLUEDROID_ESP_COEX_VSC conditionally Closes BT-3947 See merge request espressif/esp-idf!36368
2 parents 265e73d + f0bf1e6 commit 895bb2a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/bt/host/bluedroid/Kconfig.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ config BT_BLUEDROID_MEM_DEBUG
4343
config BT_BLUEDROID_ESP_COEX_VSC
4444
bool "Enable Espressif Vendor-specific HCI commands for coexist status configuration"
4545
depends on BT_BLUEDROID_ENABLED
46-
default y
46+
default y if (ESP_COEX_SW_COEXIST_ENABLE || BT_CONTROLLER_DISABLED)
47+
default n
4748
help
4849
Enable Espressif Vendor-specific HCI commands for coexist status configuration
4950

0 commit comments

Comments
 (0)