Diff between dbfc8ec71bfe1e97f91cc860202d46a6db8dd02a and 04adf821f539dffd5ea592769b0229b4d7efa80e

Changed Files

File Additions Deletions Status
lib/hci.h +1 -1 modified

Full Patch

diff --git a/lib/hci.h b/lib/hci.h
index f90ac26..0bca5fa 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 {