diff options
author | Irfan Sheriff <isheriff@google.com> | 2012-09-20 17:18:20 -0700 |
---|---|---|
committer | Irfan Sheriff <isheriff@google.com> | 2012-09-20 17:18:20 -0700 |
commit | 99766cf40ed706aad36032f2107fb0c1e54fc398 (patch) | |
tree | 57563f70cc49665451e60ca9614ec536a53b67b7 /wifi | |
parent | 9538bdd3c77968c7673719c580ae653ede4654d6 (diff) | |
download | frameworks_base-99766cf40ed706aad36032f2107fb0c1e54fc398.zip frameworks_base-99766cf40ed706aad36032f2107fb0c1e54fc398.tar.gz frameworks_base-99766cf40ed706aad36032f2107fb0c1e54fc398.tar.bz2 |
Use min group owner intent for concurrency
Our device only supports STA & GC concurrency
Change-Id: I4f16c959a6f4e7ad5610dcae67be830d741f162c
Diffstat (limited to 'wifi')
-rw-r--r-- | wifi/java/android/net/wifi/p2p/WifiP2pConfig.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/wifi/java/android/net/wifi/p2p/WifiP2pConfig.java b/wifi/java/android/net/wifi/p2p/WifiP2pConfig.java index f4440c8..b1501ed 100644 --- a/wifi/java/android/net/wifi/p2p/WifiP2pConfig.java +++ b/wifi/java/android/net/wifi/p2p/WifiP2pConfig.java @@ -39,6 +39,8 @@ public class WifiP2pConfig implements Parcelable { /** @hide */ public static final int MAX_GROUP_OWNER_INTENT = 15; + /** @hide */ + public static final int MIN_GROUP_OWNER_INTENT = 0; /** * This is an integer value between 0 and 15 where 0 indicates the least |