From b92eb54a9fecd34e58e77c7ece9e53990cecd79a Mon Sep 17 00:00:00 2001 From: Szymon Janc Date: Wed, 19 Mar 2014 15:48:19 +0100 Subject: [PATCH] android/health: Move unregister app command definition to proper place --- android/hal-msg.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/android/hal-msg.h b/android/hal-msg.h index 4c1f42ba1..b7fa8fcab 100644 --- a/android/hal-msg.h +++ b/android/hal-msg.h @@ -408,6 +408,11 @@ struct hal_rsp_health_reg_app { uint16_t app_id; } __attribute__((packed)); +#define HAL_OP_HEALTH_UNREG_APP 0x02 +struct hal_cmd_health_unreg_app { + uint16_t app_id; +} __attribute__((packed)); + #define HAL_OP_HEALTH_CONNECT_CHANNEL 0x03 struct hal_cmd_health_connect_channel { uint16_t app_id; @@ -1115,11 +1120,6 @@ 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 #define HAL_EV_HANDSFREE_CIND 0x8C -- 2.47.3