We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 05e3e2c + c7c0def commit 489d7a2Copy full SHA for 489d7a2
components/bt/host/bluedroid/Kconfig.in
@@ -43,7 +43,8 @@ config BT_BLUEDROID_MEM_DEBUG
43
config BT_BLUEDROID_ESP_COEX_VSC
44
bool "Enable Espressif Vendor-specific HCI commands for coexist status configuration"
45
depends on BT_BLUEDROID_ENABLED
46
- default y
+ default y if (ESP_COEX_SW_COEXIST_ENABLE || BT_CONTROLLER_DISABLED)
47
+ default n
48
help
49
Enable Espressif Vendor-specific HCI commands for coexist status configuration
50
0 commit comments