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

Commit 67137d49 authored by Myles Watson's avatar Myles Watson Committed by android-build-merger
Browse files

Bluetooth: Simplify started check am: 5ea487bd am: ffa6a38a

am: 7af11be0

Change-Id: I812fe238edc1c35366e3ff9547e37fb01e91f95c
parents 8422f6aa 7af11be0
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(