aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth/mgmt.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/bluetooth/mgmt.h')
-rw-r--r--include/net/bluetooth/mgmt.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/net/bluetooth/mgmt.h b/include/net/bluetooth/mgmt.h
index 2c47601b6e63..1d822f2c0f1a 100644
--- a/include/net/bluetooth/mgmt.h
+++ b/include/net/bluetooth/mgmt.h
@@ -184,3 +184,10 @@ struct mgmt_ev_disconnected {
184 __le16 index; 184 __le16 index;
185 bdaddr_t bdaddr; 185 bdaddr_t bdaddr;
186} __packed; 186} __packed;
187
188#define MGMT_EV_CONNECT_FAILED 0x000D
189struct mgmt_ev_connect_failed {
190 __le16 index;
191 bdaddr_t bdaddr;
192 __u8 status;
193} __packed;