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

Commit 4ae593c0 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: e7812c92

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

Change-Id: I41424dee81442b5f7a7dbdcfcda4c87ea0c3d50c
parents 221e8f12 e7812c92
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();
}