:orphan: .. title:: CONFIG_BT_HCI_VS .. kconfig:: CONFIG_BT_HCI_VS CONFIG_BT_HCI_VS ################ *Zephyr HCI Vendor-Specific Commands* Type: ``bool`` Help ==== .. code-block:: none 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 =================== \ :kconfig:`BOARD_NRF9160_INNBLUE21 ` || \ :kconfig:`BOARD_NRF9160_INNBLUE21_NS ` || \ :kconfig:`BOARD_NRF9160_INNBLUE22 ` || \ :kconfig:`BOARD_NRF9160_INNBLUE22_NS ` || \ :kconfig:`BOARD_NRF9160DK_NRF9160 ` || \ :kconfig:`BOARD_NRF9160DK_NRF9160_NS ` || \ :kconfig:`BOARD_BL5340_DVK_CPUAPP ` || \ :kconfig:`BOARD_BL5340_DVK_CPUAPP_NS ` || \ :kconfig:`BOARD_NRF5340DK_NRF5340_CPUAPP ` || \ :kconfig:`BOARD_NRF5340DK_NRF5340_CPUAPP_NS ` || ((\ :kconfig:`BT_HAS_HCI_VS ` || !\ :kconfig:`BT_CTLR `) && \ :kconfig:`BT_HCI ` && \ :kconfig:`BT `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y if \ :kconfig:`BT ` - y if \ :kconfig:`BT ` - y if \ :kconfig:`BT ` - y if \ :kconfig:`BT ` - y if \ :kconfig:`BT ` - y if \ :kconfig:`BT_HAS_HCI_VS ` Kconfig definitions =================== At ``/arm/nrf9160_innblue21/Kconfig.defconfig:42`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config BT_HCI_VS bool default y if BT depends on BOARD_NRF9160_INNBLUE21 || BOARD_NRF9160_INNBLUE21_NS ---- At ``/arm/nrf9160_innblue22/Kconfig.defconfig:42`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config BT_HCI_VS bool default y if BT depends on BOARD_NRF9160_INNBLUE22 || BOARD_NRF9160_INNBLUE22_NS ---- At ``/arm/nrf9160dk_nrf9160/Kconfig.defconfig:55`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config BT_HCI_VS bool default y if BT depends on BOARD_NRF9160DK_NRF9160 || BOARD_NRF9160DK_NRF9160_NS ---- At ``/arm/bl5340_dvk/Kconfig:67`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:37`` → ``/Kconfig:75`` Menu path: (Top) → Board Options .. code-block:: kconfig config BT_HCI_VS bool default y if BT depends on BOARD_BL5340_DVK_CPUAPP || BOARD_BL5340_DVK_CPUAPP_NS ---- At ``/arm/nrf5340dk_nrf5340/Kconfig:66`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:37`` → ``/Kconfig:75`` Menu path: (Top) → Board Options .. code-block:: kconfig config BT_HCI_VS bool default y if BT depends on BOARD_NRF5340DK_NRF5340_CPUAPP || BOARD_NRF5340DK_NRF5340_CPUAPP_NS ---- At ``/bluetooth/common/Kconfig:197`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:9`` → ``/bluetooth/Kconfig:173`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth .. code-block:: kconfig 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.)*