summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2014-07-02 21:43:00 +0200
committerMarcel Holtmann <marcel@holtmann.org>2014-07-02 21:43:00 +0200
commit3a88a27011b4811f02d670c27693fdded673c9e3 (patch)
tree9ebb29baf0f94c61c1ac5aecf15576ae87ba2d4c /doc
parent928258470ff8abcfb1bf6625f0a634a22578fab3 (diff)
downloadbluez-3a88a27011b4811f02d670c27693fdded673c9e3.tar.gz
doc: Add support for Unconfigured Index Removed event
Diffstat (limited to 'doc')
-rw-r--r--doc/mgmt-api.txt23
1 files changed, 17 insertions, 6 deletions
diff --git a/doc/mgmt-api.txt b/doc/mgmt-api.txt
index 560da8686..8fa3b7fa5 100644
--- a/doc/mgmt-api.txt
+++ b/doc/mgmt-api.txt
@@ -1958,8 +1958,9 @@ Read Unconfigured Controller Index List Command
monitored using the Unconfigured Index Added event.
An unconfigured controller can either move to a configured state
- indicated by the Index Added event or it can be removed which
- would be indicated by the Index Removed event.
+ by indicating Unconfigured Index Removed event followed by an
+ Index Added event; or it can be removed from the system which
+ would be indicated by the Unconfigured Index Removed event.
Only controllers that require configuration will be listed with
this command. A controller that is fully configured will not
@@ -2040,10 +2041,10 @@ Set Public Address Command
the now fully configured controller can be expected.
For a fully configured controller, the current controller index
- will become invalid and an Index Removed event will be send. Once
- the address has been successfully changed an Index Added event
- will be send. There is no guarantee that the controller index
- stays the same.
+ will become invalid and an Unconfigured Index Removed event will
+ be send. Once the address has been successfully changed an Index
+ Added event will be send. There is no guarantee that the controller
+ index stays the same.
All previous configured parameters and settings are lost when
this command succeeds. The controller has to be treated as new
@@ -2753,3 +2754,13 @@ Unconfigured Index Added Event
Only when a controller requires further configuration, it will
be announced with this event. If it supports configuration, but
does not require it, then an Index Added event will be used.
+
+Unconfigured Index Removed Event
+================================
+
+ Event Code: 0x001e
+ Controller Index: <controller id>
+ Event Parameters:
+
+ This event indicates that an unconfigured controller has been
+ removed from the system.