aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2015-10-04 23:34:03 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2015-10-05 10:30:49 +0300
commit22db3cbcf9f91eef848db0986869822b4bf27193 (patch)
tree9b6c6b0911f7d70214787e5e78ccf95831d96e3e /include/net/bluetooth
parentBluetooth: Move handling of HCI_RUNNING flag into core (diff)
downloadlinux-dev-22db3cbcf9f91eef848db0986869822b4bf27193.tar.xz
linux-dev-22db3cbcf9f91eef848db0986869822b4bf27193.zip
Bluetooth: Send transport open and close monitor events
When the core starts or shuts down the actual HCI transport, send a new monitor event that indicates that this is happening. These new events correspond to HCI_DEV_OPEN and HCI_DEV_CLOSE events. Signed-off-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Diffstat (limited to 'include/net/bluetooth')
-rw-r--r--include/net/bluetooth/hci_mon.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/bluetooth/hci_mon.h b/include/net/bluetooth/hci_mon.h
index 77d1e5764185..37e4283d1d68 100644
--- a/include/net/bluetooth/hci_mon.h
+++ b/include/net/bluetooth/hci_mon.h
@@ -39,6 +39,8 @@ struct hci_mon_hdr {
#define HCI_MON_ACL_RX_PKT 5
#define HCI_MON_SCO_TX_PKT 6
#define HCI_MON_SCO_RX_PKT 7
+#define HCI_MON_OPEN_INDEX 8
+#define HCI_MON_CLOSE_INDEX 9
struct hci_mon_new_index {
__u8 type;