21 lines
438 B
Java
21 lines
438 B
Java
package com.ubtrobot.jimu.bluetooth.proxy;
|
|
|
|
import android.content.Context;
|
|
import java.util.ArrayList;
|
|
import java.util.List;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public interface Proxy {
|
|
public static final List<Device> a = new ArrayList();
|
|
|
|
void a();
|
|
|
|
void a(String str);
|
|
|
|
void a(String str, byte b, byte[] bArr, int i);
|
|
|
|
void a(String str, boolean z);
|
|
|
|
boolean a(Context context, DeviceListener deviceListener);
|
|
}
|