Hi, On Fri, Jan 17, 2014 at 3:33 PM, Luiz Augusto von Dentz <luiz.dentz@xxxxxxxxx> wrote: > 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 Pushed. -- Luiz Augusto von Dentz -- 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