aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSzymon Janc <szymon.janc@tieto.com>2011-03-26 12:27:10 +0100
committerJohan Hedberg <johan.hedberg@nokia.com>2011-03-27 22:58:20 +0300
commit9fb2f63e0be761f371042302cc82451bb027e6ac (patch)
treeebe29d9093f27d5319c38043bc07386a392953df /doc
parentd812870321fb4b7f7f22363b226d3498d817d9fb (diff)
downloadbluez-9fb2f63e0be761f371042302cc82451bb027e6ac.tar.gz
Update mgmt-api.txt with OOB commands
Diffstat (limited to 'doc')
-rw-r--r--doc/mgmt-api.txt30
1 files changed, 30 insertions, 0 deletions
diff --git a/doc/mgmt-api.txt b/doc/mgmt-api.txt
index dd179eed..f02738ed 100644
--- a/doc/mgmt-api.txt
+++ b/doc/mgmt-api.txt
@@ -274,6 +274,36 @@ Set Local Name Command
Command Parameters: Name (249 Octets)
Return Paramters: Name (249 Octets)
+Read Local Out Of Band Data Command
+========================================
+
+ Command Code: 0x0018
+ Controller Index: <controller id>
+ Command Parameters:
+ Return Paramters: Hash (16 Octets)
+ Randomizer (16 Octets)
+
+
+Add Remote Out Of Band Data Command
+========================================
+
+ Command Code: 0x0019
+ Controller Index: <controller id>
+ Command Parameters: Address (6 Octets)
+ Hash (16 Octets)
+ Randomizer (16 Octets)
+ Return Paramters:
+
+
+Remove Remote Out Of Band Data Command
+========================================
+
+ Command Code: 0x001A
+ Controller Index: <controller id>
+ Command Parameters: Address (6 Octets)
+ Return Paramters:
+
+
Read Tracing Buffer Size Command
================================