Skip to content

Commit 968df85

Browse files
committed
Increase idle time out to 25s
This is a work around for now. We will switch back to 5s once the dongle is fixed Change-Id: Ie21c2142c6a5db2cc2ae9247e42411c8daac4ff8
1 parent 61e8180 commit 968df85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wifi/java/android/net/wifi/p2p/WifiP2pService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ public class WifiP2pService extends IWifiP2pManager.Stub {
135135
private static final int DISCOVER_TIMEOUT_S = 120;
136136

137137
/* Idle time after a peer is gone when the group is torn down */
138-
private static final int GROUP_IDLE_TIME_S = 5;
138+
private static final int GROUP_IDLE_TIME_S = 25;
139139

140140
/**
141141
* Delay between restarts upon failure to setup connection with supplicant

0 commit comments

Comments
 (0)