diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2012-02-20 14:34:38 -0500 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2012-02-20 16:03:24 -0500 |
commit | cd82e61c110a36e398323e422896fcfe05879fed (patch) | |
tree | 42cbe44d8915e82febf10420100c45219d610b83 /include/net/bluetooth/hci.h | |
parent | 040030ef7d907107e6489b39da518bdf94136d68 (diff) |
Bluetooth: Add support for HCI monitor channel
The HCI monitor channel can be used to monitor all packets and events
from the Bluetooth subsystem. The monitor is not bound to any specific
HCI device and allows even capturing multiple devices at the same time.
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Diffstat (limited to 'include/net/bluetooth/hci.h')
-rw-r--r-- | include/net/bluetooth/hci.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/bluetooth/hci.h b/include/net/bluetooth/hci.h index 1b634e126878..60a4727be935 100644 --- a/include/net/bluetooth/hci.h +++ b/include/net/bluetooth/hci.h | |||
@@ -1320,6 +1320,7 @@ struct sockaddr_hci { | |||
1320 | 1320 | ||
1321 | #define HCI_CHANNEL_RAW 0 | 1321 | #define HCI_CHANNEL_RAW 0 |
1322 | #define HCI_CHANNEL_CONTROL 1 | 1322 | #define HCI_CHANNEL_CONTROL 1 |
1323 | #define HCI_CHANNEL_MONITOR 2 | ||
1323 | 1324 | ||
1324 | struct hci_filter { | 1325 | struct hci_filter { |
1325 | unsigned long type_mask; | 1326 | unsigned long type_mask; |