summaryrefslogtreecommitdiff
path: root/lib/hci.h
diff options
context:
space:
mode:
authorAndrei Emeltchenko <andrei.emeltchenko@intel.com>2012-07-19 12:08:24 +0300
committerJohan Hedberg <johan.hedberg@intel.com>2012-07-19 15:12:06 +0300
commit08461ea65d3186236f7b2d699642cea595790bc7 (patch)
tree354909ed601a2e9a37c0e2b4521d1b647be2cc7c /lib/hci.h
parent68be81032ec753571c6a0097b9a7677885c45a1e (diff)
downloadbluez-08461ea65d3186236f7b2d699642cea595790bc7.tar.gz
lib: Correct length name in write assoc struct
Correct name from assoc_length to remaining_length.
Diffstat (limited to 'lib/hci.h')
-rw-r--r--lib/hci.h2
1 files changed, 1 insertions, 1 deletions
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