From 468f117f4ce1090cec1cc1928676c449434eb9a3 Mon Sep 17 00:00:00 2001 From: Max Krasnyansky Date: Sat, 18 May 2002 00:30:02 +0000 Subject: SET_CONN_PTYPE defin fix. --- include/hci.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- cgit