mirror of
https://github.com/oliexdev/openScale.git
synced 2025-08-18 22:41:44 +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:
@@ -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
|
||||
|
Reference in New Issue
Block a user