:orphan: .. title:: CONFIG_BT_HCI_VS_EXT_DETECT .. kconfig:: CONFIG_BT_HCI_VS_EXT_DETECT CONFIG_BT_HCI_VS_EXT_DETECT ########################### *Use heuristics to guess HCI vendor extensions support in advance* Type: ``bool`` Help ==== .. code-block:: none Use some heuristics to try to guess in advance whether the controller supports the HCI vendor extensions in advance, in order to prevent sending vendor commands to controller which may interpret them in completely different ways. Direct dependencies =================== \ :kconfig:`BT_HCI_VS_EXT ` && !\ :kconfig:`BT_CTLR ` && \ :kconfig:`BT_HCI ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - y if \ :kconfig:`BOARD_QEMU_X86 ` || \ :kconfig:`BOARD_QEMU_CORTEX_M3 ` || \ :kconfig:`BOARD_NATIVE_POSIX ` Kconfig definition ================== At ``/bluetooth/common/Kconfig:215`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:9`` → ``/bluetooth/Kconfig:173`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Zephyr HCI Vendor-Specific Commands → Zephyr HCI Vendor-Specific Extensions .. code-block:: kconfig config BT_HCI_VS_EXT_DETECT bool "Use heuristics to guess HCI vendor extensions support in advance" default y if BOARD_QEMU_X86 || BOARD_QEMU_CORTEX_M3 || BOARD_NATIVE_POSIX depends on BT_HCI_VS_EXT && !BT_CTLR && BT_HCI && BT help Use some heuristics to try to guess in advance whether the controller supports the HCI vendor extensions in advance, in order to prevent sending vendor commands to controller which may interpret them in completely different ways. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*