From 73f26e34e8c642bf493a63fe14f005563a19d183 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Fri, 17 Jan 2014 15:16:01 +0200 Subject: [PATCH] android/A2DP: Notify when audio state change to suspend --- android/a2dp.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/android/a2dp.c b/android/a2dp.c index 12a8a6931..8ec03c8e8 100644 --- a/android/a2dp.c +++ b/android/a2dp.c @@ -1007,6 +1007,8 @@ static gboolean sep_suspend_ind(struct avdtp *session, return FALSE; } + bt_audio_notify_state(setup, HAL_AUDIO_SUSPEND); + return TRUE; } -- 2.47.3