1
0
mirror of https://github.com/oliexdev/openScale.git synced 2025-08-19 06:51:57 +02:00

History downloading is not supported with the Sanitas SBF-70

Signed-off-by: Jerome Flesch <jflesch@kwain.net>
This commit is contained in:
Jerome Flesch
2017-06-21 21:08:32 +02:00
parent 5fd0a84453
commit 276ea608f0

View File

@@ -135,10 +135,16 @@ public class BluetoothSanitasSbf70 extends BluetoothCommunication {
return false; return false;
} }
@Override
public boolean initSupported() { public boolean initSupported() {
return false; return false;
} }
@Override
public boolean historySupported() {
return false;
}
private class BluetoothSanitasGattCallback extends BluetoothGattCallback { private class BluetoothSanitasGattCallback extends BluetoothGattCallback {
/** /**
* @brief used to collect the data * @brief used to collect the data