summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAndrei Emeltchenko <andrei.emeltchenko@intel.com>2016-08-17 11:33:04 +0300
committerJohan Hedberg <johan.hedberg@intel.com>2016-09-07 08:17:26 +0300
commit2b12ca875f5f57a8dc19c04ec29e18defb21a5c6 (patch)
treeacc865fff9401d3eaffe73a06ecb6669aa2f8b0e /doc
parent6ab1b9cdc45d7474c41e3db654386fbbe533487d (diff)
Bluetooth: Add documentation to HCI RAW interface
Describe bt_enable_raw() and bt_send() functions. Change-Id: I0eb18dd2364eec0eb2a8c3e7b537d87e984dd90e Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/bluetooth.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/api/bluetooth.rst b/doc/api/bluetooth.rst
index 5edd611e9..a76411501 100644
--- a/doc/api/bluetooth.rst
+++ b/doc/api/bluetooth.rst
@@ -70,3 +70,15 @@ HCI Drivers
.. doxygengroup:: bt_driver
:project: Zephyr
:content-only:
+
+HCI RAW channel
+***************
+
+HCI RAW channel API is intended to expose HCI interface to the remote entity.
+The local Bluetooth controller gets owned by the remote entity and host
+Bluetooth stack is not used. RAW API provides direct access to packets which
+are sent and received by the Bluetooth HCI driver.
+
+.. doxygengroup:: hci_raw
+ :project: Zephyr
+ :content-only: