:orphan: .. title:: BT_HCI_RAW .. option:: CONFIG_BT_HCI_RAW *RAW HCI access* Type: ``bool`` Help ==== This option allows to access Bluetooth controller from the application with the RAW HCI protocol. Direct dependencies =================== \ :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_BLUETOOTH ` - \ :option:`USB_DEVICE_BT_H4 ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/bluetooth/Kconfig:48`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:9`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth .. parsed-literal:: config BT_HCI_RAW bool "RAW HCI access" depends on \ :option:`BT_HCI ` && \ :option:`BT ` help This option allows to access Bluetooth controller from the application with the RAW HCI protocol. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*