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