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

Commit a689c229 authored by David Duarte's avatar David Duarte Committed by Gerrit Code Review
Browse files

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

parents d9a0f42b 94dc2148
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()