Diff between 68be81032ec753571c6a0097b9a7677885c45a1e and 08461ea65d3186236f7b2d699642cea595790bc7

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 f7be92d..f90ac26 100644
--- a/lib/hci.h
+++ b/lib/hci.h
@@ -1417,7 +1417,7 @@ typedef struct {
 typedef struct {
 	uint8_t		handle;
 	uint16_t	length_so_far;
-	uint16_t	assoc_length;
+	uint16_t	remaining_length;
 	uint8_t		fragment[HCI_MAX_NAME_LENGTH];
 } __attribute__ ((packed)) write_remote_amp_assoc_cp;
 #define WRITE_REMOTE_AMP_ASSOC_CP_SIZE 253