The latest development version of this page may be more current than this released 2.5.0 version.
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

Kconfig definition

At subsys/bluetooth/common/Kconfig:13

Included via Kconfig:8Kconfig.zephyr:34subsys/Kconfig:9subsys/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.)