summaryrefslogtreecommitdiff
path: root/android/hal-msg.h
diff options
context:
space:
mode:
authorAndrzej Kaczmarek <andrzej.kaczmarek@tieto.com>2014-04-17 01:10:31 +0200
committerSzymon Janc <szymon.janc@tieto.com>2014-04-17 10:45:59 +0200
commit4e1df0c30e54ef743db5e9d30f43da231d7c99e2 (patch)
tree1eb8f7305a6f850115bb09d33d4dbd352e24961a /android/hal-msg.h
parentd8d3c10d526eb5d85f90241510df789d7f4ca0e4 (diff)
downloadbluez-4e1df0c30e54ef743db5e9d30f43da231d7c99e2.tar.gz
android/hal-gatt-api: Fix IPC definition for write_characteristic
Diffstat (limited to 'android/hal-msg.h')
-rw-r--r--android/hal-msg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/hal-msg.h b/android/hal-msg.h
index 4974a51cb..ed0a67a76 100644
--- a/android/hal-msg.h
+++ b/android/hal-msg.h
@@ -660,7 +660,7 @@ struct hal_cmd_gatt_client_read_characteristic {
struct hal_cmd_gatt_client_write_characteristic {
int32_t conn_id;
struct hal_gatt_srvc_id srvc_id;
- struct hal_gatt_gatt_id gatt_id;
+ struct hal_gatt_gatt_id char_id;
int32_t write_type;
int32_t len;
int32_t auth_req;