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:
@@ -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.
|
||||
*
|
||||
|
Reference in New Issue
Block a user