Loading android/app/src/com/android/bluetooth/btservice/AdapterNativeInterface.java +0 −6 Original line number Diff line number Diff line Loading @@ -100,10 +100,6 @@ public class AdapterNativeInterface { return getAdapterPropertyNative(type); } boolean setAdapterProperty(int type) { return setAdapterPropertyNative(type); } boolean setDeviceProperty(byte[] address, int type, byte[] val) { return setDevicePropertyNative(address, type, val); } Loading Loading @@ -276,8 +272,6 @@ public class AdapterNativeInterface { private native boolean getAdapterPropertyNative(int type); private native boolean setAdapterPropertyNative(int type); private native boolean setDevicePropertyNative(byte[] address, int type, byte[] val); private native boolean getDevicePropertyNative(byte[] address, int type); Loading Loading
android/app/src/com/android/bluetooth/btservice/AdapterNativeInterface.java +0 −6 Original line number Diff line number Diff line Loading @@ -100,10 +100,6 @@ public class AdapterNativeInterface { return getAdapterPropertyNative(type); } boolean setAdapterProperty(int type) { return setAdapterPropertyNative(type); } boolean setDeviceProperty(byte[] address, int type, byte[] val) { return setDevicePropertyNative(address, type, val); } Loading Loading @@ -276,8 +272,6 @@ public class AdapterNativeInterface { private native boolean getAdapterPropertyNative(int type); private native boolean setAdapterPropertyNative(int type); private native boolean setDevicePropertyNative(byte[] address, int type, byte[] val); private native boolean getDevicePropertyNative(byte[] address, int type); Loading