:orphan: .. title:: BT_HCI_VS_EXT .. option:: 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 =================== (\ :option:`BT ` && \ :option:`SHIELD_X_NUCLEO_IDB05A1 `) || (\ :option:`BT ` && \ :option:`BOARD_B_L4S5I_IOT01A `) || (\ :option:`BT ` && \ :option:`BOARD_DISCO_L475_IOT1 `) || (\ :option:`BT ` && \ :option:`BOARD_STM32L562E_DK `) || (\ :option:`BT ` && \ :option:`SHIELD_X_NUCLEO_IDB05A1 `) || (\ :option:`BT_HCI_VS ` && \ :option:`BT_HCI ` && \ :option:`BT `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - n - n - n - n - n - y Kconfig definitions =================== .. highlight:: kconfig At ``boards/shields/x_nucleo_idb05a1/Kconfig.defconfig:23`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:17`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.shield.defconfig:1`` Menu path: (Top) .. parsed-literal:: config BT_HCI_VS_EXT bool default n depends on \ :option:`BT ` && \ :option:`SHIELD_X_NUCLEO_IDB05A1 ` ---- At ``boards/arm/b_l4s5i_iot01a/Kconfig.defconfig:45`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config BT_HCI_VS_EXT bool default n depends on \ :option:`BT ` && \ :option:`BOARD_B_L4S5I_IOT01A ` ---- At ``boards/arm/disco_l475_iot1/Kconfig.defconfig:50`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config BT_HCI_VS_EXT bool default n depends on \ :option:`BT ` && \ :option:`BOARD_DISCO_L475_IOT1 ` ---- At ``boards/arm/stm32l562e_dk/Kconfig.defconfig:30`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config BT_HCI_VS_EXT bool default n depends on \ :option:`BT ` && \ :option:`BOARD_STM32L562E_DK ` ---- At ``boards/shields/x_nucleo_idb05a1/Kconfig.defconfig:23`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config BT_HCI_VS_EXT bool default n depends on \ :option:`BT ` && \ :option:`SHIELD_X_NUCLEO_IDB05A1 ` ---- At ``subsys/bluetooth/common/Kconfig:22`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:9`` → ``subsys/bluetooth/Kconfig:238`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Zephyr HCI Vendor-Specific Commands .. parsed-literal:: config BT_HCI_VS_EXT bool "Zephyr HCI Vendor-Specific Extensions" default y depends on \ :option:`BT_HCI_VS ` && \ :option:`BT_HCI ` && \ :option:`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.)*