Skip to content

Commit

Permalink
Initial support for icomon BleBroadcastScales (#1041)
Browse files Browse the repository at this point in the history
Co-authored-by: OliE <[email protected]>
  • Loading branch information
Duncaen and oliexdev committed May 20, 2024
1 parent 115b4a1 commit 82b9510
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@ public BluetoothCommunication(Context context)
this.central = new BluetoothCentralManager(context, bluetoothCentralCallback, new Handler(Looper.getMainLooper()));
}

public BluetoothCommunication() {

}

protected boolean needReConnect() {
if (callbackBtHandler == null) {
return true;
Expand Down

0 comments on commit 82b9510

Please sign in to comment.