:orphan: .. title:: BT_HCI_RAW_H4_ENABLE .. option:: CONFIG_BT_HCI_RAW_H4_ENABLE *RAW HCI H:4 transport enable* Type: ``bool`` Help ==== This option enables use of H:4 transport for HCI RAW access at build time. Direct dependencies =================== \ :option:`BT_HCI_RAW_H4 ` && \ :option:`BT_HCI ` && \ :option:`BT ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`USB_DEVICE_BT_H4 ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/bluetooth/Kconfig:60`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:9`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → RAW HCI H:4 transport .. parsed-literal:: config BT_HCI_RAW_H4_ENABLE bool "RAW HCI H:4 transport enable" depends on \ :option:`BT_HCI_RAW_H4 ` && \ :option:`BT_HCI ` && \ :option:`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.)*