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

Commit 092f9280 authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 8310722 from c2387a1d to tm-d1-release

Change-Id: Ia6286f399b059ffe8be0e3e053778ceb1f7b1971
parents 4e46d99e c2387a1d
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -431,9 +431,11 @@ void BluetoothAudioSession::ReportLowLatencyModeAllowedChanged(bool allowed) {
    std::shared_ptr<PortStatusCallbacks> callback = observer.second;
    LOG(INFO) << __func__
              << " - allowed=" << (allowed ? " allowed" : " disallowed");
    if (callback->low_latency_mode_allowed_cb_ != nullptr) {
      callback->low_latency_mode_allowed_cb_(cookie, allowed);
    }
  }
}

bool BluetoothAudioSession::GetPresentationPosition(
    PresentationPosition& presentation_position) {