diff options
Diffstat (limited to 'include/net/bluetooth/mgmt.h')
-rw-r--r-- | include/net/bluetooth/mgmt.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/net/bluetooth/mgmt.h b/include/net/bluetooth/mgmt.h index 17bbf8bf04ae..5b5edeed59e2 100644 --- a/include/net/bluetooth/mgmt.h +++ b/include/net/bluetooth/mgmt.h | |||
@@ -412,3 +412,8 @@ struct mgmt_ev_device_blocked { | |||
412 | struct mgmt_ev_device_unblocked { | 412 | struct mgmt_ev_device_unblocked { |
413 | struct mgmt_addr_info addr; | 413 | struct mgmt_addr_info addr; |
414 | } __packed; | 414 | } __packed; |
415 | |||
416 | #define MGMT_EV_DEVICE_UNPAIRED 0x0016 | ||
417 | struct mgmt_ev_device_unpaired { | ||
418 | struct mgmt_addr_info addr; | ||
419 | } __packed; | ||