Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 95a63794 authored by Pavlin Radoslavov's avatar Pavlin Radoslavov Committed by android-build-merger
Browse files

Explicitly stop the stream when the A2DP session ends

am: 4cb835de

Change-Id: I63ccc644c7f34b62f2d95000e74b9f0a8ea6c465
parents 4e6a3215 4cb835de
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -504,6 +504,7 @@ static void btif_a2dp_source_end_session_delayed(
    return;
  }
  if (btif_av_is_a2dp_offload_enabled()) {
    btif_av_stream_stop();
    btif_a2dp_audio_interface_end_session();
  }
}