diff options
Diffstat (limited to 'include/net/bluetooth/hci.h')
-rw-r--r-- | include/net/bluetooth/hci.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/net/bluetooth/hci.h b/include/net/bluetooth/hci.h index a8a9eb6af966..f1dc174abc2a 100644 --- a/include/net/bluetooth/hci.h +++ b/include/net/bluetooth/hci.h | |||
@@ -137,6 +137,8 @@ enum { | |||
137 | #define ESCO_EV4 0x0010 | 137 | #define ESCO_EV4 0x0010 |
138 | #define ESCO_EV5 0x0020 | 138 | #define ESCO_EV5 0x0020 |
139 | 139 | ||
140 | #define SCO_ESCO_MASK (ESCO_HV1 | ESCO_HV2 | ESCO_HV3) | ||
141 | |||
140 | /* ACL flags */ | 142 | /* ACL flags */ |
141 | #define ACL_CONT 0x01 | 143 | #define ACL_CONT 0x01 |
142 | #define ACL_START 0x02 | 144 | #define ACL_START 0x02 |
@@ -696,6 +698,13 @@ struct hci_ev_clock_offset { | |||
696 | __le16 clock_offset; | 698 | __le16 clock_offset; |
697 | } __attribute__ ((packed)); | 699 | } __attribute__ ((packed)); |
698 | 700 | ||
701 | #define HCI_EV_PKT_TYPE_CHANGE 0x1d | ||
702 | struct hci_ev_pkt_type_change { | ||
703 | __u8 status; | ||
704 | __le16 handle; | ||
705 | __le16 pkt_type; | ||
706 | } __attribute__ ((packed)); | ||
707 | |||
699 | #define HCI_EV_PSCAN_REP_MODE 0x20 | 708 | #define HCI_EV_PSCAN_REP_MODE 0x20 |
700 | struct hci_ev_pscan_rep_mode { | 709 | struct hci_ev_pscan_rep_mode { |
701 | bdaddr_t bdaddr; | 710 | bdaddr_t bdaddr; |