summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2005-03-27 19:16:49 +0000
committerMarcel Holtmann <marcel@holtmann.org>2005-03-27 19:16:49 +0000
commit6ebd5cc786e2b2c4d0da4c69543a06e12deb7db7 (patch)
treead88a44db99dcf9857f856be589f91028fc3b95b
parent4c2d1cbe438713b5d6c350ee0983e1d312c69823 (diff)
Change the packet type mask
-rw-r--r--include/hci.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hci.h b/include/hci.h
index b651e22d..f22a3daa 100644
--- a/include/hci.h
+++ b/include/hci.h
@@ -142,7 +142,7 @@ enum {
#define HCI_3EV5 0x0200
#define SCO_PTYPE_MASK (HCI_HV1 | HCI_HV2 | HCI_HV3)
-#define ACL_PTYPE_MASK (~SCO_PTYPE_MASK)
+#define ACL_PTYPE_MASK (HCI_DM1 | HCI_DH1 | HCI_DM3 | HCI_DH3 | HCI_DM5 | HCI_DM5)
/* HCI Error codes */
#define HCI_UNKNOWN_COMMAND 0x01