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