kernel side has updated its control channel id from 1 to 3. --- lib/hci.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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; -- 1.7.7.6 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html