diff --git a/doc/mgmt-api.txt b/doc/mgmt-api.txt
index 22e3f57..888e924 100644
--- a/doc/mgmt-api.txt
+++ b/doc/mgmt-api.txt
Command Parameters: Address (6 Octets)
Address_Type (1 Octet)
Action (1 Octet)
- Return Parameters:
+ Return Parameters: Address (6 Octets)
+ Address_Type (1 Octet)
This command is used to add a device to the action list. The
action list allows scanning for devices and auto-connection
to known devices.
+ Possible values for the Address_Type parameter:
+ 0 Reserved (not in use)
+ 1 LE Public
+ 2 LE Random
+
Possible values for the Action parameter:
0 Background scan for device
1 Auto-connect device
This command generates a Command Complete event on success or
a Command Status event on failure.
- Possible errors: Rejected
- Not Supported
+ Possible errors: Failed
Invalid Parameters
Invalid Index
Controller Index: <controller id>
Command Parameters: Address (6 Octets)
Address_Type (1 Octet)
- Return Parameters:
+ Return Parameters: Address (6 Octets)
+ Address_Type (1 Octet)
This command is used to remove a device from the action list
previously added by using the Add Device command.
+ Possible values for the Address_Type parameter:
+ 0 Reserved (not in use)
+ 1 LE Public
+ 2 LE Random
+
When the Address parameter is 00:00:00:00:00:00, then all
previously added devices wil be removed.
This command generates a Command Complete event on success or
a Command Status event on failure.
- Possible errors: Rejected
- Not Supported
- Invalid Parameters
+ Possible errors: Invalid Parameters
Invalid Index