1
0
mirror of https://github.com/oliexdev/openScale.git synced 2025-08-11 03:04:25 +02:00

Initial support for icomon BleBroadcastScales (#1041)

Co-authored-by: OliE <olie.xdev@googlemail.com>
This commit is contained in:
Duncan Overbruck
2024-05-20 10:58:42 +02:00
committed by GitHub
parent 115b4a177f
commit 82b9510e37

View File

@@ -80,6 +80,10 @@ public abstract class BluetoothCommunication {
this.central = new BluetoothCentralManager(context, bluetoothCentralCallback, new Handler(Looper.getMainLooper()));
}
public BluetoothCommunication() {
}
protected boolean needReConnect() {
if (callbackBtHandler == null) {
return true;