|
@@ -660,7 +660,7 @@ public class BridgeServer {
|
|
|
long timestamp = getPairwisedDeviceTimeStamp(device_uuid);
|
|
|
Log.d(TAG, "isPairwisedDeviceOnlineStatus() : System.currentTimeMillis() = " + current_time + ", latest discovered time = " + timestamp);
|
|
|
if((current_time - timestamp)
|
|
|
- < (BridgeService.PAIRWISED_DISCOVERY_PEROID * 1.8) * 1000L) {
|
|
|
+ < (BridgeService.PAIRWISED_DISCOVERY_PEROID * 3.5) * 1000L) {
|
|
|
return true;
|
|
|
}
|
|
|
return false;
|