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

Commit 7af11be0 authored by Myles Watson's avatar Myles Watson Committed by android-build-merger
Browse files

Bluetooth: Simplify started check am: 5ea487bd

am: ffa6a38a

Change-Id: Id1c7c08c929a96b531732177da9252822474bc6b
parents 7694a303 ffa6a38a
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -41,12 +41,7 @@ int AsyncFdWatcher::WatchFdForNonBlockingReads(
  }

  // Start the thread if not started yet
  int started = tryStartThread();
  if (started != 0) {
    return started;
  }

  return 0;
  return tryStartThread();
}

int AsyncFdWatcher::ConfigureTimeout(