Diff between 7fa6685d05e3d211e2f3629832b8672b61e8c96d and d22d083d6dd681f8d25eb806d4ec91853475ee06

Changed Files

File Additions Deletions Status
lib/hci.h +1 -1 modified

Full Patch

diff --git a/lib/hci.h b/lib/hci.h
index 887a860..f7be92d 100644
--- a/lib/hci.h
+++ b/lib/hci.h
@@ -2288,8 +2288,8 @@ struct sockaddr_hci {
 #define HCI_DEV_NONE	0xffff
 
 #define HCI_CHANNEL_RAW		0
-#define HCI_CHANNEL_CONTROL	1
 #define HCI_CHANNEL_MONITOR	2
+#define HCI_CHANNEL_CONTROL	3
 
 struct hci_filter {
 	uint32_t type_mask;