:orphan: .. title:: CONFIG_BT_HCI_RAW_H4 .. kconfig:: CONFIG_BT_HCI_RAW_H4 CONFIG_BT_HCI_RAW_H4 #################### *RAW HCI H:4 transport* Type: ``bool`` Help ==== .. code-block:: none This option enables HCI RAW access to work over an H:4 transport, note that it still need to be selected at runtime. Direct dependencies =================== \ :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_BLUETOOTH_VS_H4 ` - \ :kconfig:`USB_DEVICE_BT_H4 ` Kconfig definition ================== At ``/bluetooth/Kconfig:55`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:9`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth .. code-block:: kconfig config BT_HCI_RAW_H4 bool "RAW HCI H:4 transport" depends on BT_HCI && BT help This option enables HCI RAW access to work over an H:4 transport, note that it still need to be selected at runtime. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*