Merge "Increase idle time out to 25s" into jb-mr1-dev

This commit is contained in:
Irfan Sheriff
2012-09-17 17:23:24 -07:00
committed by Android (Google) Code Review

View File

@@ -135,7 +135,7 @@ public class WifiP2pService extends IWifiP2pManager.Stub {
private static final int DISCOVER_TIMEOUT_S = 120; private static final int DISCOVER_TIMEOUT_S = 120;
/* Idle time after a peer is gone when the group is torn down */ /* Idle time after a peer is gone when the group is torn down */
private static final int GROUP_IDLE_TIME_S = 5; private static final int GROUP_IDLE_TIME_S = 25;
/** /**
* Delay between restarts upon failure to setup connection with supplicant * Delay between restarts upon failure to setup connection with supplicant