Diff between 0a33c0ab40c3cac0a17882496d35dd164e201e67 and 3ab724f7b2e094423ee0a38b5457331ce5e26523

Changed Files

File Additions Deletions Status
android/hal-msg.h +4 -0 modified

Full Patch

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;