summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2015-11-07 14:46:18 +0100
committerMarcel Holtmann <marcel@holtmann.org>2015-11-07 14:46:18 +0100
commit3b8f3b74066eaa6cde54d71d38c8c3050fdbc084 (patch)
tree62eea88b5e68fbb1742187a2797dc207d0d4337b /lib
parentf4161d5044be7ff264edd9a2f56e9f6a405f4bfb (diff)
downloadbluez-3b8f3b74066eaa6cde54d71d38c8c3050fdbc084.tar.gz
lib: Add definition for HCI_CHANNEL_LOGGING
Diffstat (limited to 'lib')
-rw-r--r--lib/hci.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/hci.h b/lib/hci.h
index 4ce77f727..397caf2be 100644
--- a/lib/hci.h
+++ b/lib/hci.h
@@ -2348,6 +2348,7 @@ struct sockaddr_hci {
#define HCI_CHANNEL_USER 1
#define HCI_CHANNEL_MONITOR 2
#define HCI_CHANNEL_CONTROL 3
+#define HCI_CHANNEL_LOGGING 4
struct hci_filter {
uint32_t type_mask;