Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a149edf4 authored by Irfan Sheriff's avatar Irfan Sheriff
Browse files

Increase GO idle time out to 5 seconds

This is needed to work well with cavium dongle and 2 seconds
was too aggressive to let a client scan and connect.

Change-Id: Id3f1e3711333365c1e90827fb92675fd5dbc49da
parent fd2ccaff
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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 = 2;
    private static final int GROUP_IDLE_TIME_S = 5;


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