summaryrefslogtreecommitdiff
path: root/doc/mgmt-api.txt
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2012-02-23 20:51:40 +0100
committerMarcel Holtmann <marcel@holtmann.org>2012-02-23 20:52:12 +0100
commitd74391573c6a33f3a12ac2c40ada7a3b43618e63 (patch)
treed0778a453135189b9e8737d845fab638f3d2f463 /doc/mgmt-api.txt
parent87f0899f8215a59492af3058623d7f2e0e810217 (diff)
mgmt-api: Add flags field to Device Connected event
Diffstat (limited to 'doc/mgmt-api.txt')
-rw-r--r--doc/mgmt-api.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/mgmt-api.txt b/doc/mgmt-api.txt
index 4a600b2b..6bf18d72 100644
--- a/doc/mgmt-api.txt
+++ b/doc/mgmt-api.txt
@@ -929,6 +929,7 @@ Event Code 0x000B
Controller Index: <controller id>
Event Parameters Address (6 Octets)
Address_Type (1 Octet)
+ Flags (4 Octets)
EIR_Data_Length (2 Octets)
EIR_Data (0-65535 Octets)
@@ -937,6 +938,10 @@ Event Parameters Address (6 Octets)
1 LE Public
2 LE Random
+ The following bits are defined for the Flags parameter:
+ 0 Reserved (not in use)
+ 1 Legacy Pairing
+
Device Disconnected Event
=========================