Skip to content

Commit 82b9510

Browse files
Duncaenoliexdev
andauthored
Initial support for icomon BleBroadcastScales (#1041)
Co-authored-by: OliE <[email protected]>
1 parent 115b4a1 commit 82b9510

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

android_app/app/src/main/java/com/health/openscale/core/bluetooth/BluetoothCommunication.java

+4
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@ public BluetoothCommunication(Context context)
8080
this.central = new BluetoothCentralManager(context, bluetoothCentralCallback, new Handler(Looper.getMainLooper()));
8181
}
8282

83+
public BluetoothCommunication() {
84+
85+
}
86+
8387
protected boolean needReConnect() {
8488
if (callbackBtHandler == null) {
8589
return true;

0 commit comments

Comments
 (0)