Skip to content

Commit c7c0def

Browse files
wmy-espressifespressif-bot
authored andcommitted
change(bt): Set default value for BT_BLUEDROID_ESP_COEX_VSC conditionally
- Set default value of BT_BLUEDROID_ESP_COEX_VSC to n if software coexistence is not required, in host-controller combined Bluetooth stack configuration.
1 parent 4d5a7c9 commit c7c0def

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)