mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 18:57:19 +02:00
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.
This commit is contained in:
@ -43,7 +43,8 @@ config BT_BLUEDROID_MEM_DEBUG
|
|||||||
config BT_BLUEDROID_ESP_COEX_VSC
|
config BT_BLUEDROID_ESP_COEX_VSC
|
||||||
bool "Enable Espressif Vendor-specific HCI commands for coexist status configuration"
|
bool "Enable Espressif Vendor-specific HCI commands for coexist status configuration"
|
||||||
depends on BT_BLUEDROID_ENABLED
|
depends on BT_BLUEDROID_ENABLED
|
||||||
default y
|
default y if (ESP_COEX_SW_COEXIST_ENABLE || BT_CONTROLLER_DISABLED)
|
||||||
|
default n
|
||||||
help
|
help
|
||||||
Enable Espressif Vendor-specific HCI commands for coexist status configuration
|
Enable Espressif Vendor-specific HCI commands for coexist status configuration
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user