The latest development version of this page may be more current than this released 1.14.1 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_HCI && BT

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At subsys/bluetooth/common/Kconfig:15

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:8subsys/bluetooth/Kconfig:143

Menu path: (top menu) → Bluetooth

config BT_HCI_VS
    bool
    prompt "Zephyr HCI Vendor-Specific Commands" if BT_HAS_HCI_VS && BT_HCI && BT
    default "y" if BT_HAS_HCI_VS && BT_HCI && BT
    depends on BT_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.)