Diff between a6c19f4eadef2db1e9b57aabd9027df18bc5eead and 0eeebf474733ca56276a13cc4143367c321d4892

Changed Files

File Additions Deletions Status
doc/mgmt-api.txt +27 -0 modified

Full Patch

diff --git a/doc/mgmt-api.txt b/doc/mgmt-api.txt
index 75c730d..73de02a 100644
--- a/doc/mgmt-api.txt
+++ b/doc/mgmt-api.txt
@@ -271,6 +271,27 @@ User Confirmation Negative Reply Command
 	Return Parameters:	Address (6 Octets)
 				Status (1 Octet)
 
+
+User Passkey Reply Command
+==========================
+
+	Command Code:		0x0021
+	Controller Index:	<controller id>
+	Command Parameters:	Address (6 Octets)
+				Passkey (4 Octets)
+	Return Parameters:	Address (6 Octets)
+				Status (1 Octet)
+
+
+User Passkey Negative Reply Command
+===================================
+
+	Command Code:		0x0022
+	Controller Index:	<controller id>
+	Command Parameters:	Address (6 Octets)
+	Return Parameters:	Address (6 Octets)
+				Status (1 Octet)
+
 Set Local Name Command
 ======================
 
@@ -537,6 +558,12 @@ Controller Index:	<controller id>
 Event Parameters	Address (6 Octets)
 			Value (4 Octets)
 
+User Passkey Request Event
+==========================
+
+Event Code		0x0017
+Controller Index:	<controller id>
+Event Parameters	Address (6 Octets)
 
 Authentication Failed Event
 ===========================