diff options
Diffstat (limited to 'include/net/bluetooth/hci.h')
-rw-r--r-- | include/net/bluetooth/hci.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/include/net/bluetooth/hci.h b/include/net/bluetooth/hci.h index 6d4e11624fef..a5f8c4684a32 100644 --- a/include/net/bluetooth/hci.h +++ b/include/net/bluetooth/hci.h | |||
@@ -677,6 +677,17 @@ struct hci_cp_le_create_conn { | |||
677 | 677 | ||
678 | #define HCI_OP_LE_CREATE_CONN_CANCEL 0x200e | 678 | #define HCI_OP_LE_CREATE_CONN_CANCEL 0x200e |
679 | 679 | ||
680 | #define HCI_OP_LE_CONN_UPDATE 0x2013 | ||
681 | struct hci_cp_le_conn_update { | ||
682 | __le16 handle; | ||
683 | __le16 conn_interval_min; | ||
684 | __le16 conn_interval_max; | ||
685 | __le16 conn_latency; | ||
686 | __le16 supervision_timeout; | ||
687 | __le16 min_ce_len; | ||
688 | __le16 max_ce_len; | ||
689 | } __packed; | ||
690 | |||
680 | /* ---- HCI Events ---- */ | 691 | /* ---- HCI Events ---- */ |
681 | #define HCI_EV_INQUIRY_COMPLETE 0x01 | 692 | #define HCI_EV_INQUIRY_COMPLETE 0x01 |
682 | 693 | ||