Skip to content

Commit

Permalink
- Remove report delay affecting bluetooth scan result
Browse files Browse the repository at this point in the history
  • Loading branch information
bayosip committed Aug 27, 2023
1 parent b3d26ea commit a15da4c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ public BLE_Scanner(@NonNull Context context, @Nullable ScanCallback mScanCallbac

bluetoothLeScanner = bleAdapter.getBluetoothLeScanner();
settings = new ScanSettings.Builder()
.setReportDelay(SCAN_TIME)
.setScanMode(ScanSettings.SCAN_MODE_LOW_LATENCY)
.build();
}
Expand Down

0 comments on commit a15da4c

Please sign in to comment.