summaryrefslogtreecommitdiff
path: root/android/hal-msg.h
diff options
context:
space:
mode:
authorLukasz Rymanowski <lukasz.rymanowski@tieto.com>2014-11-19 10:43:34 +0100
committerSzymon Janc <szymon.janc@tieto.com>2014-11-19 15:07:32 +0100
commit8b27361d95574ab5b5df396606135824fce1d4b2 (patch)
treebfdc5c8449250f698209ec545a7a8baa9baea3a5 /android/hal-msg.h
parent516d4baaedb48c33957bb2d595dceba337205507 (diff)
downloadbluez-8b27361d95574ab5b5df396606135824fce1d4b2.tar.gz
android/handsfree-client: Fix index type in call action command
According to BT HAL API index should be int.
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 99a9c7fa6..c575938d0 100644
--- a/android/hal-msg.h
+++ b/android/hal-msg.h
@@ -1224,7 +1224,7 @@ struct hal_cmd_hf_client_dial_memory {
#define HAL_OP_HF_CLIENT_CALL_ACTION 0x0a
struct hal_cmd_hf_client_call_action {
uint8_t action;
- uint8_t index;
+ int32_t index;
} __attribute__((packed));
#define HAL_OP_HF_CLIENT_QUERY_CURRENT_CALLS 0x0b