diff --git a/src/android/bluetooth/BluetoothService.java b/src/android/bluetooth/BluetoothService.java index 79af160..d2fb460 100644 --- a/src/android/bluetooth/BluetoothService.java +++ b/src/android/bluetooth/BluetoothService.java @@ -113,7 +113,7 @@ public void didRangeBeaconsInRegion(Collection beacons, Region region) { numScans++; - if (numScans >= 4) { + if (numScans >= 10 * 60) { // Once we have hit certain number of scans, stop and determine if any beacons are in range isInRange(); }