-
CONFIG_BT_HCI_VS
¶
Zephyr HCI Vendor-Specific Commands
Type: bool
Help¶
Enable support for the Zephyr HCI Vendor-Specific Commands in the Host and/or Controller. This enables Set Version Information, Supported Commands, Supported Features vendor commands.
Direct dependencies¶
(BT_HAS_HCI_VS
|| !BT_CTLR
) && BT_HCI
&& BT
(Includes any dependencies from ifs and menus.)
Default¶
y if
BT_HAS_HCI_VS
Kconfig definition¶
At <Zephyr>/subsys/bluetooth/common/Kconfig:13
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:8
→ <Zephyr>/subsys/bluetooth/Kconfig:238
Menu path: (Top) → Sub Systems and OS Services → Bluetooth
config BT_HCI_VS bool "Zephyr HCI Vendor-Specific Commands" default y ifBT_HAS_HCI_VS
depends on (BT_HAS_HCI_VS
|| !BT_CTLR
) &&BT_HCI
&&BT
help Enable support for the Zephyr HCI Vendor-Specific Commands in the Host and/or Controller. This enables Set Version Information, Supported Commands, Supported Features vendor commands.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)