Skip to content

Commit

Permalink
cleaned up.
Browse files Browse the repository at this point in the history
  • Loading branch information
oliexdev committed May 20, 2024
1 parent 82b9510 commit df841e1
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,6 @@ 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 df841e1

Please sign in to comment.