aboutsummaryrefslogtreecommitdiffstats
path: root/include/net
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2015-10-04 23:34:00 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2015-10-05 10:29:36 +0300
commit4a3f95b7b62e50a1e42e42ba6571ec9e747f4861 (patch)
tree389fe2e01e2c50619c7fa99bea5b0420702a1f59 /include/net
parentBluetooth: Limit userspace exposure of stack internal events (diff)
downloadlinux-dev-4a3f95b7b62e50a1e42e42ba6571ec9e747f4861.tar.xz
linux-dev-4a3f95b7b62e50a1e42e42ba6571ec9e747f4861.zip
Bluetooth: Introduce HCI_DEV_OPEN and HCI_DEV_CLOSE events
When opening the HCI transport via hdev->open send HCI_DEV_OPEN event and when closing the HCI transport via hdev->close send HCI_DEV_CLOSE. Signed-off-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Diffstat (limited to 'include/net')
-rw-r--r--include/net/bluetooth/hci.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/bluetooth/hci.h b/include/net/bluetooth/hci.h
index 7ca6690355ea..e7f938cac7c6 100644
--- a/include/net/bluetooth/hci.h
+++ b/include/net/bluetooth/hci.h
@@ -44,6 +44,8 @@
#define HCI_DEV_DOWN 4
#define HCI_DEV_SUSPEND 5
#define HCI_DEV_RESUME 6
+#define HCI_DEV_OPEN 7
+#define HCI_DEV_CLOSE 8
/* HCI notify events */
#define HCI_NOTIFY_CONN_ADD 1