diff options
Diffstat (limited to 'include/net/bluetooth/hci.h')
-rw-r--r-- | include/net/bluetooth/hci.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/net/bluetooth/hci.h b/include/net/bluetooth/hci.h index 5f04181b8109..10a3eec191fd 100644 --- a/include/net/bluetooth/hci.h +++ b/include/net/bluetooth/hci.h | |||
@@ -297,6 +297,7 @@ struct hci_cp_host_buffer_size { | |||
297 | 297 | ||
298 | /* Link Control */ | 298 | /* Link Control */ |
299 | #define OGF_LINK_CTL 0x01 | 299 | #define OGF_LINK_CTL 0x01 |
300 | |||
300 | #define OCF_CREATE_CONN 0x0005 | 301 | #define OCF_CREATE_CONN 0x0005 |
301 | struct hci_cp_create_conn { | 302 | struct hci_cp_create_conn { |
302 | bdaddr_t bdaddr; | 303 | bdaddr_t bdaddr; |
@@ -307,6 +308,11 @@ struct hci_cp_create_conn { | |||
307 | __u8 role_switch; | 308 | __u8 role_switch; |
308 | } __attribute__ ((packed)); | 309 | } __attribute__ ((packed)); |
309 | 310 | ||
311 | #define OCF_CREATE_CONN_CANCEL 0x0008 | ||
312 | struct hci_cp_create_conn_cancel { | ||
313 | bdaddr_t bdaddr; | ||
314 | } __attribute__ ((packed)); | ||
315 | |||
310 | #define OCF_ACCEPT_CONN_REQ 0x0009 | 316 | #define OCF_ACCEPT_CONN_REQ 0x0009 |
311 | struct hci_cp_accept_conn_req { | 317 | struct hci_cp_accept_conn_req { |
312 | bdaddr_t bdaddr; | 318 | bdaddr_t bdaddr; |