diff --git a/android/hal-msg.h b/android/hal-msg.h
index 4c1f42b..b7fa8fc 100644
--- a/android/hal-msg.h
+++ b/android/hal-msg.h
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;
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