1
0
mirror of https://github.com/oliexdev/openScale.git synced 2025-08-18 22:41:44 +02:00

Remove unused method

This commit is contained in:
Erik Johansson
2018-11-12 21:28:28 +01:00
parent 0b470cf9b9
commit dd17db5395

View File

@@ -100,10 +100,6 @@ public abstract class BluetoothCommunication {
return bluetoothGatt.getServices();
}
protected boolean hasBluetoothGattService(UUID service) {
return bluetoothGatt != null && bluetoothGatt.getService(service) != null;
}
/**
* Register a callback Bluetooth handler that notify any BT_STATUS_CODE changes for GUI/CORE.
*