From: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> --- android/hal-msg.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/android/hal-msg.h b/android/hal-msg.h index ceaa3b2..cfb5460 100644 --- a/android/hal-msg.h +++ b/android/hal-msg.h @@ -564,6 +564,10 @@ struct hal_ev_a2dp_conn_state { uint8_t bdaddr[6]; } __attribute__((packed)); +#define HAL_AUDIO_SUSPEND 0x00 +#define HAL_AUDIO_STOPPED 0x01 +#define HAL_AUDIO_STARTED 0x02 + #define HAL_EV_A2DP_AUDIO_STATE 0x82 struct hal_ev_a2dp_audio_state { uint8_t state; -- 1.8.4.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