Diff between dbc9ab6343347e0074fb30981f5eebbdc2e448c9 and a6ef9f74f2e4808b7462a28590f7e4f6950e9650

Changed Files

File Additions Deletions Status
doc/mgmt-api.txt +15 -4 modified

Full Patch

diff --git a/doc/mgmt-api.txt b/doc/mgmt-api.txt
index 8cae2e4..e48e741 100644
--- a/doc/mgmt-api.txt
+++ b/doc/mgmt-api.txt
@@ -42,16 +42,27 @@ Read Management Version Information Command
 				Revision (2 Octets)
 
 
-Read Management Supported Features Command
+Read Management Supported Commands Command
 ==========================================
 
 	Command Code:		0x0002
 	Controller Index:	<non-controller>
 	Command Parameters:
-	Return Parameters:	Features (8 Octets)
+	Return Parameters:	Num_Of_Commands (2 Octets)
+				Command1 (2 Octets)
+				Command2 (2 Octets)
+				...
+				Num_Of_Events (2 Octets)
+				Event1 (2 Octets)
+				Event2 (2 Octets)
+				...
+
+	The commands Read Management Version Information and Read
+	management Supported Commands are not included in this list.
+	Both commands are always supported and mandatory.
 
-		Feature Bit 0:	Controller Support
-		Feature Bit 1:	Tracing Support
+	The events Command Status and Command Complete are not included
+	in this list. Both are implicit and mandatory.
 
 
 Read Controller Index List Command