We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c3a691e + a149edf commit b4ad71aCopy full SHA for b4ad71a
wifi/java/android/net/wifi/p2p/WifiP2pService.java
@@ -135,7 +135,7 @@ public class WifiP2pService extends IWifiP2pManager.Stub {
135
private static final int DISCOVER_TIMEOUT_S = 120;
136
137
/* Idle time after a peer is gone when the group is torn down */
138
- private static final int GROUP_IDLE_TIME_S = 2;
+ private static final int GROUP_IDLE_TIME_S = 5;
139
140
/**
141
* Delay between restarts upon failure to setup connection with supplicant
0 commit comments