diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2004-10-23 17:51:55 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2004-10-23 17:51:55 +0000 |
commit | 81c45f31a8b4897e0a6267fb3a84b3f6b73557b7 (patch) | |
tree | f234ed5ced5a4ce30883d096dff1fae2bb0b4b53 /include/hci.h | |
parent | 735e59b37803748fea1077de064b285f78de1c10 (diff) |
For vendor packets set bit 0 in the packet type bitmask of the filter
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 6cabc0b4..00f2d21a 100644 --- a/include/hci.h +++ b/include/hci.h @@ -113,7 +113,7 @@ enum { #define HCI_ACLDATA_PKT 0x02 #define HCI_SCODATA_PKT 0x03 #define HCI_EVENT_PKT 0x04 -#define HCI_UNKNOWN_PKT 0xff +#define HCI_VENDOR_PKT 0xff /* HCI Packet types */ #define HCI_2DH1 0x0002 |