Skip to content
Snippets Groups Projects
Commit a546be3c authored by William Escande's avatar William Escande Committed by Automerger Merge Worker
Browse files

Merge "AdapterNativeInterface: remove dead code" into main am: 730f143a am: 7bcfc38f

parents 4779e9bf 7bcfc38f
No related branches found
No related tags found
No related merge requests found
......@@ -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);
}
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment