Diff between 516d4baaedb48c33957bb2d595dceba337205507 and 8b27361d95574ab5b5df396606135824fce1d4b2

Changed Files

File Additions Deletions Status
android/hal-msg.h +1 -1 modified

Full Patch

diff --git a/android/hal-msg.h b/android/hal-msg.h
index 99a9c7f..c575938 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