diff options
Diffstat (limited to 'include/net/bluetooth/hci_mon.h')
-rw-r--r-- | include/net/bluetooth/hci_mon.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/net/bluetooth/hci_mon.h b/include/net/bluetooth/hci_mon.h index 77d1e5764185..2b67567cf28d 100644 --- a/include/net/bluetooth/hci_mon.h +++ b/include/net/bluetooth/hci_mon.h | |||
@@ -39,6 +39,10 @@ struct hci_mon_hdr { | |||
39 | #define HCI_MON_ACL_RX_PKT 5 | 39 | #define HCI_MON_ACL_RX_PKT 5 |
40 | #define HCI_MON_SCO_TX_PKT 6 | 40 | #define HCI_MON_SCO_TX_PKT 6 |
41 | #define HCI_MON_SCO_RX_PKT 7 | 41 | #define HCI_MON_SCO_RX_PKT 7 |
42 | #define HCI_MON_OPEN_INDEX 8 | ||
43 | #define HCI_MON_CLOSE_INDEX 9 | ||
44 | #define HCI_MON_INDEX_INFO 10 | ||
45 | #define HCI_MON_VENDOR_DIAG 11 | ||
42 | 46 | ||
43 | struct hci_mon_new_index { | 47 | struct hci_mon_new_index { |
44 | __u8 type; | 48 | __u8 type; |
@@ -48,4 +52,10 @@ struct hci_mon_new_index { | |||
48 | } __packed; | 52 | } __packed; |
49 | #define HCI_MON_NEW_INDEX_SIZE 16 | 53 | #define HCI_MON_NEW_INDEX_SIZE 16 |
50 | 54 | ||
55 | struct hci_mon_index_info { | ||
56 | bdaddr_t bdaddr; | ||
57 | __le16 manufacturer; | ||
58 | } __packed; | ||
59 | #define HCI_MON_INDEX_INFO_SIZE 8 | ||
60 | |||
51 | #endif /* __HCI_MON_H */ | 61 | #endif /* __HCI_MON_H */ |