aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/bluetooth')
-rw-r--r--include/net/bluetooth/mgmt.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/net/bluetooth/mgmt.h b/include/net/bluetooth/mgmt.h
index 495668c77fb6..09646f5ef36a 100644
--- a/include/net/bluetooth/mgmt.h
+++ b/include/net/bluetooth/mgmt.h
@@ -393,11 +393,14 @@ struct mgmt_ev_auth_failed {
393 __u8 status; 393 __u8 status;
394} __packed; 394} __packed;
395 395
396#define MGMT_DEV_FOUND_CONFIRM_NAME 0x01
397#define MGMT_DEV_FOUND_LEGACY_PAIRING 0x02
398
396#define MGMT_EV_DEVICE_FOUND 0x0012 399#define MGMT_EV_DEVICE_FOUND 0x0012
397struct mgmt_ev_device_found { 400struct mgmt_ev_device_found {
398 struct mgmt_addr_info addr; 401 struct mgmt_addr_info addr;
399 __s8 rssi; 402 __s8 rssi;
400 __u8 confirm_name; 403 __u8 flags[4];
401 __le16 eir_len; 404 __le16 eir_len;
402 __u8 eir[0]; 405 __u8 eir[0];
403} __packed; 406} __packed;