1
0
mirror of https://github.com/oliexdev/openScale.git synced 2025-08-21 16:02:04 +02:00

Remove unused method

This commit is contained in:
Erik Johansson
2018-04-06 21:04:05 +02:00
parent 30375651d6
commit 6899abd680

View File

@@ -180,15 +180,6 @@ public abstract class BluetoothCommunication {
return false;
}
/**
* Supports Bluetooth device BLE (Bluetooth 4.x/smart).
*
* @return true if it Bluetooth 4.x (smart) otherwise false
*/
public boolean isBLE() {
return true;
}
/**
* Return the Bluetooth device name
*