Skip to content

Commit

Permalink
Removed comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
NiK27711 committed Jun 18, 2024
1 parent d26867e commit 03c935b
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1347,7 +1347,7 @@ private synchronized void onScanResult(final ScanResult bleScanResult) {
transmitterMAC = bleScanResult.getBleDevice().getMacAddress();
transmitterIDmatchingMAC = transmitterID;
if (search_name != null) {
saveTransmitterMac();
saveTransmitterMac();
}
//if (JoH.ratelimit("ob1-g5-scan-to-connect-transition", 3)) {
if (state == SCAN) {
Expand Down Expand Up @@ -1389,7 +1389,6 @@ private synchronized void onScanFailure(Throwable throwable) {

if (reason == BleScanException.SCAN_FAILED_INTERNAL_ERROR) {
if (allow_scan_by_mac && isBluetoothScanDoneByMacFilter()) {
// allow_scan_by_mac = false;
UserError.Log.wtf(TAG, "Turning scan by by mac off");
Pref.setBoolean( "ob1_allow_scan_by_mac", false );

Expand Down Expand Up @@ -1954,7 +1953,7 @@ public static void processCalibrationStateLite(final CalibrationState state, fin
}
}

public static boolean processCalibrationStateLite(final CalibrationState state) {
public static boolean processCalibrationStateLite(final CalibrationState state) {
if (state == CalibrationState.Unknown) {
UserError.Log.d(TAG, "Not processing push of unknown state as this is the unset state");
return false;
Expand Down

0 comments on commit 03c935b

Please sign in to comment.