-
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.
Defaults¶
- “y” if
BT_HAS_HCI_VS
&&BT_HCI
&&BT
Kconfig definition¶
At subsys/bluetooth/common/Kconfig:15
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:8
→ subsys/bluetooth/Kconfig:143
Menu path: (top menu) → Bluetooth
config BT_HCI_VS bool prompt "Zephyr HCI Vendor-Specific Commands" ifBT_HAS_HCI_VS
&&BT_HCI
&&BT
default "y" ifBT_HAS_HCI_VS
&&BT_HCI
&&BT
depends onBT_HAS_HCI_VS
&&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.
(Definitions include propagated dependencies, including from if’s and menus.)