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

BOARD_NRF9160_INNBLUE21 || BOARD_NRF9160_INNBLUE21NS || BOARD_NRF9160_INNBLUE22 || BOARD_NRF9160_INNBLUE22NS || BOARD_NRF9160DK_NRF9160 || BOARD_NRF9160DK_NRF9160NS || BOARD_BL5340_DVK_CPUAPP || BOARD_BL5340_DVK_CPUAPPNS || BOARD_NRF5340DK_NRF5340_CPUAPP || BOARD_NRF5340DK_NRF5340_CPUAPPNS || ((BT_HAS_HCI_VS || !BT_CTLR) && BT_HCI && BT)

(Includes any dependencies from ifs and menus.)

Defaults

Kconfig definitions

At boards/arm/nrf9160_innblue21/Kconfig.defconfig:42

Included via Kconfig:8Kconfig.zephyr:18

Menu path: (Top)

config BT_HCI_VS
    bool
    default y if BT
    depends on BOARD_NRF9160_INNBLUE21 || BOARD_NRF9160_INNBLUE21NS

At boards/arm/nrf9160_innblue22/Kconfig.defconfig:42

Included via Kconfig:8Kconfig.zephyr:18

Menu path: (Top)

config BT_HCI_VS
    bool
    default y if BT
    depends on BOARD_NRF9160_INNBLUE22 || BOARD_NRF9160_INNBLUE22NS

At boards/arm/nrf9160dk_nrf9160/Kconfig.defconfig:55

Included via Kconfig:8Kconfig.zephyr:18

Menu path: (Top)

config BT_HCI_VS
    bool
    default y if BT
    depends on BOARD_NRF9160DK_NRF9160 || BOARD_NRF9160DK_NRF9160NS

At boards/arm/bl5340_dvk/Kconfig:67

Included via Kconfig:8Kconfig.zephyr:27boards/Kconfig:57

Menu path: (Top) → Board Options

config BT_HCI_VS
    bool
    default y if BT
    depends on BOARD_BL5340_DVK_CPUAPP || BOARD_BL5340_DVK_CPUAPPNS

At boards/arm/nrf5340dk_nrf5340/Kconfig:66

Included via Kconfig:8Kconfig.zephyr:27boards/Kconfig:57

Menu path: (Top) → Board Options

config BT_HCI_VS
    bool
    default y if BT
    depends on BOARD_NRF5340DK_NRF5340_CPUAPP || BOARD_NRF5340DK_NRF5340_CPUAPPNS

At subsys/bluetooth/common/Kconfig:194

Included via Kconfig:8Kconfig.zephyr:34subsys/Kconfig:9subsys/bluetooth/Kconfig:305

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.)