mirror of
https://github.com/oliexdev/openScale.git
synced 2025-08-13 20:24:14 +02:00
Merge pull request #51 from jflesch/wip-sanitas
History downloading is not supported with the Sanitas SBF-70 + new address prefix
This commit is contained in:
@@ -116,6 +116,7 @@ public class BluetoothSanitasSbf70 extends BluetoothCommunication {
|
|||||||
ArrayList hwAddresses = new ArrayList();
|
ArrayList hwAddresses = new ArrayList();
|
||||||
hwAddresses.add("C4BE84");
|
hwAddresses.add("C4BE84");
|
||||||
hwAddresses.add("209148");
|
hwAddresses.add("209148");
|
||||||
|
hwAddresses.add("F4B85E");
|
||||||
|
|
||||||
return hwAddresses;
|
return hwAddresses;
|
||||||
}
|
}
|
||||||
@@ -135,10 +136,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