diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2012-02-23 20:51:40 +0100 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2012-02-23 20:52:12 +0100 |
commit | d74391573c6a33f3a12ac2c40ada7a3b43618e63 (patch) | |
tree | d0778a453135189b9e8737d845fab638f3d2f463 /doc/mgmt-api.txt | |
parent | 87f0899f8215a59492af3058623d7f2e0e810217 (diff) |
mgmt-api: Add flags field to Device Connected event
Diffstat (limited to 'doc/mgmt-api.txt')
-rw-r--r-- | doc/mgmt-api.txt | 5 |
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 ========================= |