--- android/hal-msg.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/android/hal-msg.h b/android/hal-msg.h index ed0a67a..abcdf0e 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; -- 1.8.3.2 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html