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

Commit abea48a7 authored by Cheney Ni's avatar Cheney Ni Committed by Automerger Merge Worker
Browse files

BluetoothAudioHAL: reset A2DP pending command while ending the session am:...

BluetoothAudioHAL: reset A2DP pending command while ending the session am: e7812c92 am: 4ae593c0

Original change: https://googleplex-android-review.googlesource.com/c/platform/system/bt/+/15534526

Change-Id: I43afe31a5d335daf759838305bc8a8a210a3d8f9
parents 985cccba 4ae593c0
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -474,6 +474,8 @@ void end_session() {
    return;
  }
  active_hal_interface->EndSession();
  static_cast<A2dpTransport*>(active_hal_interface->GetTransportInstance())
      ->ResetPendingCmd();
  static_cast<A2dpTransport*>(active_hal_interface->GetTransportInstance())
      ->ResetPresentationPosition();
}