-
CONFIG_BT_HCI_VS_EXT
¶
Zephyr HCI Vendor-Specific Extensions
Type: bool
Help¶
Enable support for the Zephyr HCI Vendor-Specific Extensions in the Host and/or Controller.
Direct dependencies¶
(BT
&& BOARD_DISCO_L475_IOT1
) || (BT_HCI
&& BT_HCI
&& BT
)
(Includes any dependencies from if’s and menus.)
Kconfig definitions¶
At boards/arm/disco_l475_iot1/Kconfig.defconfig:136
Included via Kconfig:10
→ Kconfig.zephyr:19
Menu path: (top menu)
config BT_HCI_VS_EXT bool default "n" ifBT
&&BOARD_DISCO_L475_IOT1
depends onBT
&&BOARD_DISCO_L475_IOT1
At subsys/bluetooth/common/Kconfig:11
Included via Kconfig:10
→ Kconfig.zephyr:35
→ subsys/Kconfig:8
→ subsys/bluetooth/Kconfig:154
Menu path: (top menu) → Bluetooth
config BT_HCI_VS_EXT bool prompt "Zephyr HCI Vendor-Specific Extensions" ifBT_HCI
&&BT_HCI
&&BT
default "y" ifBT_HCI
&&BT_HCI
&&BT
depends onBT_HCI
&&BT_HCI
&&BT
help Enable support for the Zephyr HCI Vendor-Specific Extensions in the Host and/or Controller.
(Definitions include propagated dependencies, including from if’s and menus.)