summaryrefslogtreecommitdiff
path: root/lib/hci.h
diff options
context:
space:
mode:
authorGustavo Padovan <gustavo@padovan.org>2012-04-05 16:22:55 -0300
committerJohan Hedberg <johan.hedberg@intel.com>2012-04-05 22:30:31 +0300
commitd22d083d6dd681f8d25eb806d4ec91853475ee06 (patch)
tree9644ce3b93cb9c465534f5e7d26142f93253e77a /lib/hci.h
parent7fa6685d05e3d211e2f3629832b8672b61e8c96d (diff)
downloadbluez-d22d083d6dd681f8d25eb806d4ec91853475ee06.tar.gz
mgmt: update mgmt control channel id
kernel side has updated its control channel id from 1 to 3.
Diffstat (limited to 'lib/hci.h')
-rw-r--r--lib/hci.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hci.h b/lib/hci.h
index 887a860af..f7be92df0 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;