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

Commit 7369f801 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Explicitly stop the stream when the A2DP session ends" into pi-dev

parents efa70876 85bc851e
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();
  }
}