Rabbit-R1/android (non root)/java/sources/tech/rabbit/r1launcher/settings/bluetooth/BluetoothManager$disconnectDevice$1.java
2024-05-21 17:08:36 -04:00

33 lines
1.5 KiB
Java

package tech.rabbit.r1launcher.settings.bluetooth;
import io.sentry.protocol.Device;
import kotlin.Metadata;
import kotlin.coroutines.Continuation;
import kotlin.coroutines.jvm.internal.ContinuationImpl;
import kotlin.coroutines.jvm.internal.DebugMetadata;
/* JADX INFO: Access modifiers changed from: package-private */
/* compiled from: BluetoothManager.kt */
@Metadata(k = 3, mv = {1, 9, 0}, xi = 48)
@DebugMetadata(c = "tech.rabbit.r1launcher.settings.bluetooth.BluetoothManager", f = "BluetoothManager.kt", i = {0, 1}, l = {188, 194}, m = "disconnectDevice", n = {Device.TYPE, Device.TYPE}, s = {"L$0", "L$0"})
/* loaded from: classes3.dex */
public final class BluetoothManager$disconnectDevice$1 extends ContinuationImpl {
Object L$0;
int label;
/* synthetic */ Object result;
final /* synthetic */ BluetoothManager this$0;
/* JADX INFO: Access modifiers changed from: package-private */
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
public BluetoothManager$disconnectDevice$1(BluetoothManager bluetoothManager, Continuation<? super BluetoothManager$disconnectDevice$1> continuation) {
super(continuation);
this.this$0 = bluetoothManager;
}
@Override // kotlin.coroutines.jvm.internal.BaseContinuationImpl
public final Object invokeSuspend(Object obj) {
this.result = obj;
this.label |= Integer.MIN_VALUE;
return this.this$0.disconnectDevice(null, this);
}
}