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

Commit 48fc8ec6 authored by Hsin-yu Chao's avatar Hsin-yu Chao Committed by Gerrit Code Review
Browse files

Merge "blueooth/audio/aidl/default: Fix return code in startSession" into main

parents 1410de46 f951958e
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -78,8 +78,7 @@ ndk::ScopedAStatus BluetoothAudioProvider::startSession(
                       cookie);

  LOG(INFO) << __func__ << " - SessionType=" << toString(session_type_);
  onSessionReady(_aidl_return);
  return ndk::ScopedAStatus::ok();
  return onSessionReady(_aidl_return);
}

ndk::ScopedAStatus BluetoothAudioProvider::endSession() {