summaryrefslogtreecommitdiff
path: root/android/hal-hidhost.c
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2013-11-06 10:31:31 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2013-11-06 10:31:31 +0200
commitb8bc9c1b27d1edfb47ff04bb3fbdbbef66923ced (patch)
treeb8082d197bd1242f9ab38e06035e27a3aa5fbece /android/hal-hidhost.c
parent9af81f5b9e0cb6bba2bdc16f8ab9627ef385439e (diff)
downloadbluez-b8bc9c1b27d1edfb47ff04bb3fbdbbef66923ced.tar.gz
android/hid: Fix get report buffer size variable name
Diffstat (limited to 'android/hal-hidhost.c')
-rw-r--r--android/hal-hidhost.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/hal-hidhost.c b/android/hal-hidhost.c
index ef92fc5c6..f1a2223ec 100644
--- a/android/hal-hidhost.c
+++ b/android/hal-hidhost.c
@@ -261,7 +261,7 @@ static bt_status_t hh_get_report(bt_bdaddr_t *bd_addr,
memcpy(cmd.bdaddr, bd_addr, sizeof(cmd.bdaddr));
cmd.id = report_id;
- cmd.buf = buffer_size;
+ cmd.buf_size = buffer_size;
switch (report_type) {
case BTHH_INPUT_REPORT: