Loading android/pandora/server/src/Host.kt +1 −1 Original line number Diff line number Diff line Loading @@ -163,7 +163,7 @@ class Host( } override fun factoryReset(request: Empty, responseObserver: StreamObserver<Empty>) { grpcUnary<Empty>(scope, responseObserver, 30) { grpcUnary<Empty>(scope, responseObserver, timeout = 30) { Log.i(TAG, "factoryReset") // remove bond for each device to avoid auto connection if remote resets faster Loading Loading
android/pandora/server/src/Host.kt +1 −1 Original line number Diff line number Diff line Loading @@ -163,7 +163,7 @@ class Host( } override fun factoryReset(request: Empty, responseObserver: StreamObserver<Empty>) { grpcUnary<Empty>(scope, responseObserver, 30) { grpcUnary<Empty>(scope, responseObserver, timeout = 30) { Log.i(TAG, "factoryReset") // remove bond for each device to avoid auto connection if remote resets faster Loading