mirror of
https://github.com/oliexdev/openScale.git
synced 2025-02-06 17:13:36 +01:00
History downloading is not supported with the Sanitas SBF-70
Signed-off-by: Jerome Flesch <jflesch@kwain.net>
This commit is contained in:
parent
5fd0a84453
commit
276ea608f0
@ -135,10 +135,16 @@ public class BluetoothSanitasSbf70 extends BluetoothCommunication {
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean initSupported() {
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean historySupported() {
|
||||
return false;
|
||||
}
|
||||
|
||||
private class BluetoothSanitasGattCallback extends BluetoothGattCallback {
|
||||
/**
|
||||
* @brief used to collect the data
|
||||
|
Loading…
x
Reference in New Issue
Block a user