-
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 subsys/bluetooth/common/Kconfig:13
Included via Kconfig:8 → Kconfig.zephyr:34 → subsys/Kconfig:9 → 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 if BT_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.)