diff options
Diffstat (limited to 'include/hci.h')
| -rw-r--r-- | include/hci.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hci.h b/include/hci.h index f22a3daa..7311e169 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	(HCI_DM1 | HCI_DH1 | HCI_DM3 | HCI_DH3 | HCI_DM5 | HCI_DM5) +#define ACL_PTYPE_MASK	(HCI_DM1 | HCI_DH1 | HCI_DM3 | HCI_DH3 | HCI_DM5 | HCI_DH5)  /* HCI Error codes */  #define HCI_UNKNOWN_COMMAND			0x01  | 
