Skip to content

Commit 049dd8e

Browse files
Dave BurkeAndroid (Google) Code Review
authored andcommitted
Merge "Revert "Specify max go intent for wifi display"" into jb-mr1-dev
2 parents c535d2f + ee261a5 commit 049dd8e

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

services/java/com/android/server/display/WifiDisplayController.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -485,8 +485,6 @@ private void next() {
485485
mConnectingDevice = mDesiredDevice;
486486
WifiP2pConfig config = new WifiP2pConfig();
487487
config.deviceAddress = mConnectingDevice.deviceAddress;
488-
// Helps with STA & P2P concurrency
489-
config.groupOwnerIntent = WifiP2pConfig.MAX_GO_INTENT;
490488

491489
final WifiDisplay display = createWifiDisplay(mConnectingDevice);
492490
mHandler.post(new Runnable() {

wifi/java/android/net/wifi/p2p/WifiP2pConfig.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@ public class WifiP2pConfig implements Parcelable {
3737
*/
3838
public WpsInfo wps;
3939

40-
/** @hide */
41-
public static final int MAX_GO_INTENT = 15;
42-
4340
/**
4441
* This is an integer value between 0 and 15 where 0 indicates the least
4542
* inclination to be a group owner and 15 indicates the highest inclination

0 commit comments

Comments
 (0)