From d74391573c6a33f3a12ac2c40ada7a3b43618e63 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 23 Feb 2012 20:51:40 +0100 Subject: [PATCH] mgmt-api: Add flags field to Device Connected event --- doc/mgmt-api.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/mgmt-api.txt b/doc/mgmt-api.txt index 4a600b2b6..6bf18d726 100644 --- a/doc/mgmt-api.txt +++ b/doc/mgmt-api.txt @@ -929,6 +929,7 @@ Event Code 0x000B Controller Index: 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 ========================= -- 2.47.3