From a4fd7df5ad7f257922277393b195ca12fc191d87 Mon Sep 17 00:00:00 2001 From: Ravi kumar Veeramally Date: Tue, 22 Apr 2014 15:06:02 +0300 Subject: [PATCH] android/hal-msg: Add mdep role and channel type defines --- android/hal-msg.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/android/hal-msg.h b/android/hal-msg.h index ed0a67a76..abcdf0eec 100644 --- a/android/hal-msg.h +++ b/android/hal-msg.h @@ -383,6 +383,13 @@ struct hal_cmd_pan_disconnect { uint8_t bdaddr[6]; } __attribute__((packed)); +#define HAL_HEALTH_MDEP_ROLE_SOURCE 0x00 +#define HAL_HEALTH_MDEP_ROLE_SINK 0x01 + +#define HAL_HEALTH_CHANNEL_TYPE_RELIABLE 0x00 +#define HAL_HEALTH_CHANNEL_TYPE_STREAMING 0x01 +#define HAL_HEALTH_CHANNEL_TYPE_ANY 0x02 + #define HAL_OP_HEALTH_REG_APP 0x01 struct hal_cmd_health_reg_app { uint8_t num_of_mdep; -- 2.47.3