Diff between aaa9c1dbe4b442940dab3ed5359c4280f7737391 and 603eb343cf3e0b3989eedd5bf6202a5f2831cffe

Changed Files

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

Full Patch

diff --git a/doc/mgmt-api.txt b/doc/mgmt-api.txt
index c6815af..009fcb2 100644
--- a/doc/mgmt-api.txt
+++ b/doc/mgmt-api.txt
@@ -656,15 +656,15 @@ Load Long Term Keys Command
 
 	Command Code:		0x0013
 	Controller Index:	<controller id>
-	Command Parameters:	Key Count (2 Octets)
+	Command Parameters:	Key_Count (2 Octets)
 				Key1 {
 					Address (6 Octets)
 					Address_Type (1 Octet)
 					Authenticated (1 Octet)
 					Master (1 Octet)
-					Encryption Size (1 Octet)
-					Enc. Diversifier (2 Octets)
-					Random Number (8 Octets)
+					Encryption_Size (1 Octet)
+					Encryption_Diversifier (2 Octets)
+					Random_Number (8 Octets)
 					Value (16 Octets)
 				}
 				Key2 {  }
@@ -812,6 +812,7 @@ Set IO Capability Command
 	Possible errors:	Invalid Parameters
 				Invalid Index
 
+
 Pair Device Command
 ===================