From 08461ea65d3186236f7b2d699642cea595790bc7 Mon Sep 17 00:00:00 2001 From: Andrei Emeltchenko Date: Thu, 19 Jul 2012 12:08:24 +0300 Subject: [PATCH] lib: Correct length name in write assoc struct Correct name from assoc_length to remaining_length. --- lib/hci.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/hci.h b/lib/hci.h index f7be92df0..f90ac266a 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 -- 2.47.3