Initial commit
This commit is contained in:
20
sources/com/ubtrobot/jimu/bluetooth/proxy/Proxy.java
Normal file
20
sources/com/ubtrobot/jimu/bluetooth/proxy/Proxy.java
Normal file
@@ -0,0 +1,20 @@
|
||||
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);
|
||||
}
|
Reference in New Issue
Block a user