: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_HCI ` && \ :option:`BT ` *(Includes any dependencies from if's and menus.)* Defaults ======== - "y" if \ :option:`BT_HAS_HCI_VS ` && \ :option:`BT_HCI ` && \ :option:`BT ` Kconfig definition ================== .. highlight:: kconfig 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 → Bluetooth support .. parsed-literal:: config BT_HCI_VS bool prompt "Zephyr HCI Vendor-Specific Commands" if \ :option:`BT_HAS_HCI_VS ` && \ :option:`BT_HCI ` && \ :option:`BT ` default "y" if \ :option:`BT_HAS_HCI_VS ` && \ :option:`BT_HCI ` && \ :option:`BT ` depends on \ :option:`BT_HAS_HCI_VS ` && \ :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. *(Definitions include propagated dependencies, including from if's and menus.)*