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

Commit 94dc2148 authored by David Duarte's avatar David Duarte
Browse files

PandoraServer: Set hardReset timeout to 6 seconds (instead of 60)

Test: None
Change-Id: I4c6df44211bbf32b63f15856c0166ad8b15a3b2d
parent 23221324
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -123,7 +123,7 @@ class Host(private val context: Context, private val server: Server) : HostImplB
  }

  override fun hardReset(request: Empty, responseObserver: StreamObserver<Empty>) {
    grpcUnary<Empty>(scope, responseObserver) {
    grpcUnary<Empty>(scope, responseObserver, 6) {
      Log.i(TAG, "hardReset")

      bluetoothAdapter.clearBluetooth()