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 265e73d + f0bf1e6 commit 895bb2aCopy full SHA for 895bb2a
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