diff --git a/doc/mgmt-api.txt b/doc/mgmt-api.txt
index fd93a7f..a08cfd6 100644
--- a/doc/mgmt-api.txt
+++ b/doc/mgmt-api.txt
Return Parameters: Num_Controllers (2 Octets)
Controller_Index[i] (2 Octets)
Controller_Type[i] (1 Octet)
+ Controller_Bus[i] (1 Octet)
This command returns the list of currently known controllers. It
includes configured, unconfigured and alternate controllers.
Alternate MAC/PHY controllers will be listed as 0x02. They do not
support the difference between configured and unconfigured state.
+ The Controller_Bus parameter has these values:
+
+ 0x00 Virtual
+ 0x01 USB
+ 0x02 PCMCIA
+ 0x03 UART
+ 0x04 RS232
+ 0x05 PCI
+ 0x06 SDIO
+
Controllers marked as RAW only operation are currently not listed
by this command.
Event Code: 0x0020
Controller Index: <controller id>
Event Parameters: Controller_Type (1 Octet)
+ Controller_Bus (1 Octet)
This event indicates that a new controller index has been
added to the system.
This event will only be used after Read Extended Controller Index
List has been used at least once. If it has not been used, then
- Index Added and Unconfigured Index Added are send instead.
+ Index Added and Unconfigured Index Added are sent instead.
Extended Index Removed Event
Event Code: 0x0021
Controller Index: <controller id>
Event Parameters: Controller_Type (1 Octet)
+ Controller_Bus (1 Octet)
This event indicates that an existing controller index has been
removed from the system.
This event will only be used after Read Extended Controller Index
List has been used at least once. If it has not been used, then
- Index Removed and Unconfigured Index Removed are send instead.
+ Index Removed and Unconfigured Index Removed are sent instead.
Advertising Added Event