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

Commit ee261a5a authored by Dave Burke's avatar Dave Burke Committed by Android (Google) Code Review
Browse files

Revert "Specify max go intent for wifi display"

This reverts commit 7ab72606

Change-Id: I5b322f41729695465b164e1dfe6d4b1902cd8117
parent 7ab72606
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -483,8 +483,6 @@ final class WifiDisplayController implements DumpUtils.Dump {
            mConnectingDevice = mDesiredDevice;
            WifiP2pConfig config = new WifiP2pConfig();
            config.deviceAddress = mConnectingDevice.deviceAddress;
            // Helps with STA & P2P concurrency
            config.groupOwnerIntent = WifiP2pConfig.MAX_GO_INTENT;

            final WifiDisplay display = createWifiDisplay(mConnectingDevice);
            mHandler.post(new Runnable() {
+0 −3
Original line number Diff line number Diff line
@@ -37,9 +37,6 @@ public class WifiP2pConfig implements Parcelable {
     */
    public WpsInfo wps;

    /** @hide */
    public static final int MAX_GO_INTENT   =   15;

    /**
     * This is an integer value between 0 and 15 where 0 indicates the least
     * inclination to be a group owner and 15 indicates the highest inclination