From 04adf821f539dffd5ea592769b0229b4d7efa80e Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 2 Nov 2012 04:47:58 +0100 Subject: [PATCH] lib: Fix EVT_CONN_COMPLETE_SIZE constant --- lib/hci.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/hci.h b/lib/hci.h index f90ac266a..0bca5fa6d 100644 --- a/lib/hci.h +++ b/lib/hci.h @@ -1716,7 +1716,7 @@ typedef struct { uint8_t link_type; uint8_t encr_mode; } __attribute__ ((packed)) evt_conn_complete; -#define EVT_CONN_COMPLETE_SIZE 13 +#define EVT_CONN_COMPLETE_SIZE 11 #define EVT_CONN_REQUEST 0x04 typedef struct { -- 2.47.3