aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth/mgmt.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2012-02-23 15:31:51 -0500
committerJohan Hedberg <johan.hedberg@intel.com>2012-02-23 15:39:17 -0500
commit08c79b6133b70a6e3d462d11a89c80259ac66ec7 (patch)
treeb4ef15186aa7ed85f44d79310fa1d97d0e238cd3 /include/net/bluetooth/mgmt.h
parent9246a8693e74b3480913cf6e0c2d472267169990 (diff)
Bluetooth: mgmt: Add flags parameter to device_connected
This patch updates the Device Connected events to match the latest API by adding a flags parameter to them. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com> Acked-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'include/net/bluetooth/mgmt.h')
-rw-r--r--include/net/bluetooth/mgmt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/bluetooth/mgmt.h b/include/net/bluetooth/mgmt.h
index 09646f5ef36a..7aab53e6b813 100644
--- a/include/net/bluetooth/mgmt.h
+++ b/include/net/bluetooth/mgmt.h
@@ -357,6 +357,7 @@ struct mgmt_ev_new_long_term_key {
357#define MGMT_EV_DEVICE_CONNECTED 0x000B 357#define MGMT_EV_DEVICE_CONNECTED 0x000B
358struct mgmt_ev_device_connected { 358struct mgmt_ev_device_connected {
359 struct mgmt_addr_info addr; 359 struct mgmt_addr_info addr;
360 __le32 flags;
360 __le16 eir_len; 361 __le16 eir_len;
361 __u8 eir[0]; 362 __u8 eir[0];
362} __packed; 363} __packed;