mirror of
https://github.com/oliexdev/openScale.git
synced 2025-08-22 08:13:43 +02:00
Remove unused methods
This commit is contained in:
@@ -62,11 +62,7 @@ public class BluetoothCustomOpenScale extends BluetoothCommunication {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
public boolean isBLE() {
|
@Override
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void startSearching(String deviceName) {
|
public void startSearching(String deviceName) {
|
||||||
|
|
||||||
if (btAdapter == null) {
|
if (btAdapter == null) {
|
||||||
|
@@ -73,13 +73,7 @@ public class BluetoothIhealthHS3 extends BluetoothCommunication {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
public boolean isBLE() {
|
@Override
|
||||||
Log.w("openscale","iHealth HS3 - isBLE - returning false");
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void startSearching(String deviceName) {
|
public void startSearching(String deviceName) {
|
||||||
|
|
||||||
// Log.w("openscale","iHealth HS3 - startSearching "+deviceName);
|
// Log.w("openscale","iHealth HS3 - startSearching "+deviceName);
|
||||||
|
Reference in New Issue
Block a user