:orphan: .. title:: BT_HCI_VS .. option:: 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 =================== (\ :option:`BT_HAS_HCI_VS ` || !\ :option:`BT_CTLR `) && \ :option:`BT_HCI ` && \ :option:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - y if \ :option:`BT_HAS_HCI_VS ` Kconfig definition ================== .. highlight:: kconfig 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 .. parsed-literal:: config BT_HCI_VS bool "Zephyr HCI Vendor-Specific Commands" default y if \ :option:`BT_HAS_HCI_VS ` depends on (\ :option:`BT_HAS_HCI_VS ` || !\ :option:`BT_CTLR `) && \ :option:`BT_HCI ` && \ :option:`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.)*