The latest development version of this page may be more current than this released 2.1.0 version.
CONFIG_BT_HAS_HCI_VS

(No prompt – not directly user assignable.)

Type: bool

Help

This option is set by the Bluetooth controller to indicate support for the Zephyr HCI Vendor-Specific Commands and Event.

Direct dependencies

BOARD_NRF5340_DK_NRF5340_CPUAPP || BOARD_NRF5340_DK_NRF5340_CPUAPPNS || (BT_HCI && BT)

(Includes any dependencies from ifs and menus.)

Default

Kconfig definitions

At boards/arm/nrf5340_dk_nrf5340/Kconfig:30

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

Menu path: (Top) → Board Options

config BT_HAS_HCI_VS
    bool
    default y if BT
    depends on BOARD_NRF5340_DK_NRF5340_CPUAPP || BOARD_NRF5340_DK_NRF5340_CPUAPPNS

At subsys/bluetooth/common/Kconfig:7

Included via Kconfig:8Kconfig.zephyr:41subsys/Kconfig:6subsys/bluetooth/Kconfig:159

Menu path: (Top) → Bluetooth

config BT_HAS_HCI_VS
    bool
    depends on BT_HCI && BT
    help
      This option is set by the Bluetooth controller to indicate support
      for the Zephyr HCI Vendor-Specific Commands and Event.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)