Skip to content

Commit 413cf5a

Browse files
committed
upgrade interval of search by devices
1 parent fa1f52c commit 413cf5a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ble/src/main/kotlin/br/ufc/predetect/ble/services/BLENetworkObserverService.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ class BLENetworkObserverService : Service(), Runnable {
104104
Log.d(LOG_TAG, "BLENetworkObserverService: START SCAN")
105105
this.startScan(emptyList(), scanSettings(), scanCallback)
106106

107-
sleepThread(TWELVE_SECONDS)
107+
sleepThread(TWELVE_SECONDS * 2)
108108

109109
Log.d(LOG_TAG, "BLENetworkObserverService: STOP SCAN")
110110
this.stopScan(scanCallback)

0 commit comments

Comments
 (0)