aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2010-12-29 23:35:54 +0200
committerJohan Hedberg <johan.hedberg@nokia.com>2010-12-30 00:13:47 +0200
commit9fbc76bdeb720368c8973cc2d682b74a550e048c (patch)
tree064c0a0d6c6ed2a564c8c13427b67b0967ed318e /doc
parent14655825c95fd065afc41bfc1c810987bfb1a2c6 (diff)
downloadbluez-9fbc76bdeb720368c8973cc2d682b74a550e048c.tar.gz
Update mgmt-api.txt to match latest implementation
Diffstat (limited to 'doc')
-rw-r--r--doc/mgmt-api.txt46
1 files changed, 41 insertions, 5 deletions
diff --git a/doc/mgmt-api.txt b/doc/mgmt-api.txt
index b76549e4..ba429501 100644
--- a/doc/mgmt-api.txt
+++ b/doc/mgmt-api.txt
@@ -61,7 +61,8 @@ Read Controller Information Command
Return Parameters: Controller_Index (2 Octets)
Controller_Type (1 Octet)
Powered (1 octet)
- Discoverable (1 octed)
+ Connectable (1 octet)
+ Discoverable (1 octet)
Pairable (1 octed)
Security_Mode (1 octed)
BD_ADDR (6 Octets)
@@ -83,13 +84,34 @@ Set Powered Command
Command Parameters: Controller_Index (2 Octets)
Powered (1 Octet)
Return Paramters: Controller_Index (2 Octets)
+ Powered (1 Octet)
+
+
+Set Discoverable Command
+========================
+
+ Command Code: 0x0006
+ Command Parameters: Controller_Index (2 Octets)
+ Discoverable (1 Octet)
+ Return Paramters: Controller_Index (2 Octets)
+ Discoverable (1 Octet)
+
+
+Set Connectable Command
+=======================
+
+ Command Code: 0x0007
+ Command Parameters: Controller_Index (2 Octets)
+ Connectable (1 Octet)
+ Return Paramters: Controller_Index (2 Octets)
+ Connectable (1 Octet)
Read Tracing Buffer Size Command
================================
- Command Code: 0x0004
+ Command Code: <not yet assigned>
Command Parameters:
Return Parameters: Status (1 Octet)
Buffer_Size (2 Octets)
@@ -100,7 +122,7 @@ Read Tracing Buffer Size Command
Write Tracing Buffer Size Command
=================================
- Command Code: 0x0005
+ Command Code: <not yet assigned>
Command Parameters: Buffer_Size (2 Octets)
Return Parameters: Status (1 Octet)
@@ -110,7 +132,7 @@ Write Tracing Buffer Size Command
Read Controller Tracing Filter Command
=======================================
- Command Code: 0x0011
+ Command Code: <not yet assigned>
Command Parameters: Controller_Index (2 Octects)
Return Parameters: Status (1 Octet)
Controller_Index (2 Octets)
@@ -128,7 +150,7 @@ Read Controller Tracing Filter Command
Write Controller Tracing Filter Command
=======================================
- Command Code: 0x0012 (Group 0x0)
+ Command Code: <not yet assigned>
Command Parameters: Controller_Index (2 Octects)
Tracing_Enable (1 Octect)
Num_Filters (2 Octect)
@@ -180,3 +202,17 @@ Controller Powered Event
Event Code 0x0006
Event Parameters Controller_Index (2 Octets)
Powered (1 Octet)
+
+Controller Discoverable Event
+=============================
+
+Event Code 0x0007
+Event Parameters Controller_Index (2 Octets)
+ Discoverable (1 Octet)
+
+Controller Connectable Event
+============================
+
+Event Code 0x0008
+Event Parameters Controller_Index (2 Octets)
+ Connectable (1 Octet)