mirror of
https://github.com/oliexdev/openScale.git
synced 2025-08-13 12:14:19 +02:00
Initial support for icomon BleBroadcastScales (#1041)
Co-authored-by: OliE <olie.xdev@googlemail.com>
This commit is contained in:
@@ -80,6 +80,10 @@ public abstract class BluetoothCommunication {
|
|||||||
this.central = new BluetoothCentralManager(context, bluetoothCentralCallback, new Handler(Looper.getMainLooper()));
|
this.central = new BluetoothCentralManager(context, bluetoothCentralCallback, new Handler(Looper.getMainLooper()));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public BluetoothCommunication() {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
protected boolean needReConnect() {
|
protected boolean needReConnect() {
|
||||||
if (callbackBtHandler == null) {
|
if (callbackBtHandler == null) {
|
||||||
return true;
|
return true;
|
||||||
|
Reference in New Issue
Block a user