CONFIG_BT_HCI_VS
Zephyr HCI Vendor-Specific Commands
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.
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_INNBLUE21_NS
|| BOARD_NRF9160_INNBLUE22
|| BOARD_NRF9160_INNBLUE22_NS
|| BOARD_NRF9160DK_NRF9160
|| BOARD_NRF9160DK_NRF9160_NS
|| ((BT_HAS_HCI_VS
|| !BT_CTLR
) && BT_RPC_STACK
) || BOARD_BL5340_DVK_CPUAPP
|| BOARD_BL5340_DVK_CPUAPP_NS
|| BOARD_NRF5340DK_NRF5340_CPUAPP
|| BOARD_NRF5340DK_NRF5340_CPUAPP_NS
|| ((BT_HAS_HCI_VS
|| !BT_CTLR
) && BT_HCI
&& BT
)
(Includes any dependencies from ifs and menus.)
Defaults
y if
BT
y if
BT
y if
BT
y if
BT_HAS_HCI_VS
y if
BT
y if
BT
y if
BT_HAS_HCI_VS
Kconfig definitions
At <Zephyr>/boards/arm/nrf9160_innblue21/Kconfig.defconfig:42
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:22
Menu path: (Top)
config BT_HCI_VS
bool
default y if BT
depends on BOARD_NRF9160_INNBLUE21 || BOARD_NRF9160_INNBLUE21_NS
At <Zephyr>/boards/arm/nrf9160_innblue22/Kconfig.defconfig:42
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:22
Menu path: (Top)
config BT_HCI_VS
bool
default y if BT
depends on BOARD_NRF9160_INNBLUE22 || BOARD_NRF9160_INNBLUE22_NS
At <Zephyr>/boards/arm/nrf9160dk_nrf9160/Kconfig.defconfig:48
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:22
Menu path: (Top)
config BT_HCI_VS
bool
default y if BT
depends on BOARD_NRF9160DK_NRF9160 || BOARD_NRF9160DK_NRF9160_NS
At <Zephyr>/subsys/bluetooth/common/Kconfig:195
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:33
→ <Zephyr>/modules/Kconfig:6
→ <nRF>/doc/_build/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:92
→ <nRF>/subsys/Kconfig:10
→ <nRF>/subsys/bluetooth/Kconfig:38
→ <nRF>/subsys/bluetooth/rpc/Kconfig:195
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Bluetooth Low Energy → BLE over nRF RPC
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_RPC_STACK
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.
At <Zephyr>/boards/arm/bl5340_dvk/Kconfig:67
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:37
→ <Zephyr>/boards/Kconfig:86
Menu path: (Top) → Board Options
config BT_HCI_VS
bool
default y if BT
depends on BOARD_BL5340_DVK_CPUAPP || BOARD_BL5340_DVK_CPUAPP_NS
At <Zephyr>/boards/arm/nrf5340dk_nrf5340/Kconfig:66
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:37
→ <Zephyr>/boards/Kconfig:86
Menu path: (Top) → Board Options
config BT_HCI_VS
bool
default y if BT
depends on BOARD_NRF5340DK_NRF5340_CPUAPP || BOARD_NRF5340DK_NRF5340_CPUAPP_NS
At <Zephyr>/subsys/bluetooth/common/Kconfig:195
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:44
→ <Zephyr>/subsys/Kconfig:9
→ <Zephyr>/subsys/bluetooth/Kconfig:179
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.)