Diff between 77b1bb7f508f06fde3e98d0c75a930b8f69d7380 and f081d05ffe5bc8bc72634bf4f9e92373165fe22c

Changed Files

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

Full Patch

diff --git a/doc/mgmt-api.txt b/doc/mgmt-api.txt
index c4a2b7a..69e5753 100644
--- a/doc/mgmt-api.txt
+++ b/doc/mgmt-api.txt
@@ -271,6 +271,7 @@ Read Controller Information Command
 		12	Debug Keys
 		13	Privacy
 		14	Controller Configuration
+		15	Static Address
 
 	This command generates a Command Complete event on success or
 	a Command Status event on failure.
@@ -1613,7 +1614,7 @@ Set Static Address Command
 	Command Code:		0x002B
 	Controller Index:	<controller id>
 	Command Parameters:	Address (6 Octets)
-	Return Parameters:
+	Return Parameters:	Current_Settings (4 Octets)
 
 	This command allows for setting the static random address. It is
 	only supported on controllers with LE support. The static random
@@ -1636,6 +1637,9 @@ Set Static Address Command
 	LE only without a public address, the static random address is
 	used as identity address.
 
+	The Static Address flag from the current settings can also be used
+	to determine if the configured static address is in use or not.
+
 	This command generates a Command Complete event on success or a
 	Command Status event on failure.