Diff between 4d81293013ef73f15816e4f02e3f6a77e25f5f44 and 50f81aa7b25dd4fa4f35736b5894b94c0c6a5eeb

Changed Files

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

Full Patch

diff --git a/android/hal-msg.h b/android/hal-msg.h
index 1ab3d58..c6bddfa 100644
--- a/android/hal-msg.h
+++ b/android/hal-msg.h
@@ -1042,13 +1042,13 @@ struct hal_cmd_hf_client_dial_memory {
 #define HAL_HF_CLIENT_ACTION_CHLD_2		0x02
 #define HAL_HF_CLIENT_ACTION_CHLD_3		0x03
 #define HAL_HF_CLIENT_ACTION_CHLD_4		0x04
-#define HAL_HF_CLIENT_ACTION_CHLD_1x	0x05
-#define HAL_HF_CLIENT_ACTION_CHLD_2x	0x06
+#define HAL_HF_CLIENT_ACTION_CHLD_1x		0x05
+#define HAL_HF_CLIENT_ACTION_CHLD_2x		0x06
 #define HAL_HF_CLIENT_ACTION_ATA		0x07
 #define HAL_HF_CLIENT_ACTION_CHUP		0x08
 #define HAL_HF_CLIENT_ACTION_BRTH_0		0x09
-#define HAL_HF_CLIENT_ACTION_BRTH_1		0x10
-#define HAL_HF_CLIENT_ACTION_BRTH_02	0x11
+#define HAL_HF_CLIENT_ACTION_BRTH_1		0x0a
+#define HAL_HF_CLIENT_ACTION_BRTH_02		0x0b
 
 #define HAL_OP_HF_CLIENT_CALL_ACTION		0x0a
 struct hal_cmd_hf_client_call_action {