-
CONFIG_BT_HCI_VS_EXT
¶
Zephyr HCI Vendor-Specific Extensions
Type: bool
Help¶
Enable support for the Zephyr HCI Vendor-Specific Extensions in the Host and/or Controller. This enables Write BD_ADDR, Read Build Info, Read Static Addresses and Read Key Hierarchy Roots vendor commands.
Direct dependencies¶
(BT
&& SHIELD_X_NUCLEO_IDB05A1
) || (BT
&& BOARD_DISCO_L475_IOT1
) || (BT
&& SHIELD_X_NUCLEO_IDB05A1
) || (BT_HCI_VS
&& BT_HCI
&& BT
)
(Includes any dependencies from ifs and menus.)
Defaults¶
n
n
n
y
Kconfig definitions¶
At boards/shields/x_nucleo_idb05a1/Kconfig.defconfig:23
Included via Kconfig:8
→ Kconfig.zephyr:24
Menu path: (Top)
config BT_HCI_VS_EXT bool default n depends onBT
&&SHIELD_X_NUCLEO_IDB05A1
At boards/arm/disco_l475_iot1/Kconfig.defconfig:101
Included via Kconfig:8
→ Kconfig.zephyr:26
Menu path: (Top)
config BT_HCI_VS_EXT bool default n depends onBT
&&BOARD_DISCO_L475_IOT1
At boards/shields/x_nucleo_idb05a1/Kconfig.defconfig:23
Included via Kconfig:8
→ Kconfig.zephyr:26
Menu path: (Top)
config BT_HCI_VS_EXT bool default n depends onBT
&&SHIELD_X_NUCLEO_IDB05A1
At subsys/bluetooth/common/Kconfig:22
Included via Kconfig:8
→ Kconfig.zephyr:44
→ subsys/Kconfig:6
→ subsys/bluetooth/Kconfig:159
Menu path: (Top) → Bluetooth → Zephyr HCI Vendor-Specific Commands
config BT_HCI_VS_EXT bool "Zephyr HCI Vendor-Specific Extensions" default y depends onBT_HCI_VS
&&BT_HCI
&&BT
help Enable support for the Zephyr HCI Vendor-Specific Extensions in the Host and/or Controller. This enables Write BD_ADDR, Read Build Info, Read Static Addresses and Read Key Hierarchy Roots vendor commands.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)