-
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
&& BOARD_DISCO_L475_IOT1
) || (BT_HCI_VS
&& BT_HCI
&& BT
)
(Includes any dependencies from if’s and menus.)
Kconfig definitions¶
At boards/arm/disco_l475_iot1/Kconfig.defconfig:151
Included via Kconfig:10
→ Kconfig.zephyr:21
Menu path: (top menu)
config BT_HCI_VS_EXT bool default "n" ifBT
&&BOARD_DISCO_L475_IOT1
depends onBT
&&BOARD_DISCO_L475_IOT1
At subsys/bluetooth/common/Kconfig:24
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:8
→ subsys/bluetooth/Kconfig:143
Menu path: (top menu) → Bluetooth
config BT_HCI_VS_EXT bool prompt "Zephyr HCI Vendor-Specific Extensions" ifBT_HCI_VS
&&BT_HCI
&&BT
default "y" ifBT_HCI_VS
&&BT_HCI
&&BT
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.
(Definitions include propagated dependencies, including from if’s and menus.)