summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Krasnyansky <maxk@qualcomm.com>2002-05-18 00:30:02 +0000
committerMax Krasnyansky <maxk@qualcomm.com>2002-05-18 00:30:02 +0000
commit468f117f4ce1090cec1cc1928676c449434eb9a3 (patch)
tree21eebbf7aee6011e6106fef70fe5613ee964f0d2
parentbf19cd7953fbc8cc916b9514d8f11fc8557f0cec (diff)
SET_CONN_PTYPE defin fix.
-rw-r--r--include/hci.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hci.h b/include/hci.h
index 4610ac00..d6946976 100644
--- a/include/hci.h
+++ b/include/hci.h
@@ -378,7 +378,7 @@ typedef struct {
uint16_t handle;
uint16_t pkt_type;
} __attribute__ ((packed)) set_conn_ptype_cp;
-#define SET_CONN_PKT_TYPE_CP_SIZE 4
+#define SET_CONN_PTYPE_CP_SIZE 4
#define OCF_AUTH_REQUESTED 0x0011
typedef struct {