From 3b8f3b74066eaa6cde54d71d38c8c3050fdbc084 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 7 Nov 2015 14:46:18 +0100 Subject: [PATCH] lib: Add definition for HCI_CHANNEL_LOGGING --- lib/hci.h | 1 + 1 file changed, 1 insertion(+) 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; -- 2.47.3