From abb6b7602e3a09b7d0fc4815588c4af754709175 Mon Sep 17 00:00:00 2001 From: Ravi kumar Veeramally Date: Thu, 13 Mar 2014 13:58:39 +0200 Subject: [PATCH] android/hal-msg: Add HDP app unregistration struct --- android/hal-msg.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/android/hal-msg.h b/android/hal-msg.h index 0c63216d2..77c2757d9 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 -- 2.47.3