Diff between 185f1c3df60f8c5be66bbc39ee9f80e45cb9ff7c and abb6b7602e3a09b7d0fc4815588c4af754709175
Changed Files
| File | Additions | Deletions | Status |
| android/hal-msg.h | +4 | -0 | modified |
Full Patch
diff --git a/android/hal-msg.h b/android/hal-msg.h
index 0c63216..77c2757 100644
--- a/android/hal-msg.h
+++ b/android/hal-msg.h
@@ -1071,6 +1071,10 @@ struct hal_ev_handsfree_chld {
uint8_t chld;
} __attribute__((packed));
+#define HAL_OP_HEALTH_UNREG_APP 0x02
+struct hal_cmd_health_unreg_app {
+ uint16_t app_id;
+} __attribute__((packed));
#define HAL_EV_HANDSFREE_CNUM 0x8B