:orphan: .. title:: CONFIG_BT_HCI_RAW_H4_ENABLE .. kconfig:: CONFIG_BT_HCI_RAW_H4_ENABLE CONFIG_BT_HCI_RAW_H4_ENABLE ########################### *RAW HCI H:4 transport enable* Type: ``bool`` Help ==== .. code-block:: none This option enables use of H:4 transport for HCI RAW access at build time. Direct dependencies =================== \ :kconfig:`BT_HCI_RAW_H4 ` && \ :kconfig:`BT_HCI ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`USB_DEVICE_BT_H4 ` Kconfig definition ================== At ``/bluetooth/Kconfig:61`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:9`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → RAW HCI H:4 transport .. code-block:: kconfig config BT_HCI_RAW_H4_ENABLE bool "RAW HCI H:4 transport enable" depends on BT_HCI_RAW_H4 && BT_HCI && BT help This option enables use of H:4 transport for HCI RAW access at build time. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*