summaryrefslogtreecommitdiffstats
path: root/wifi/java/android/net/wifi/p2p/WifiP2pGroup.java
diff options
context:
space:
mode:
authorIrfan Sheriff <isheriff@google.com>2012-12-07 15:51:34 -0800
committerIrfan Sheriff <isheriff@google.com>2012-12-11 22:00:14 -0800
commit3a67e2515bff73fab57621b1f9966662e83b7881 (patch)
tree3510da17e5ab4b891cbf54f3f105a0238b98c125 /wifi/java/android/net/wifi/p2p/WifiP2pGroup.java
parent6f0c7b50684a44eb058691799e03ff0f0417b102 (diff)
downloadframeworks_base-3a67e2515bff73fab57621b1f9966662e83b7881.zip
frameworks_base-3a67e2515bff73fab57621b1f9966662e83b7881.tar.gz
frameworks_base-3a67e2515bff73fab57621b1f9966662e83b7881.tar.bz2
Expose more details in broadcasts
Expose details in broadcasts and do the necessary clean up alongside Change-Id: I9011d51675a233aa3542f097c8a489c2095103b1
Diffstat (limited to 'wifi/java/android/net/wifi/p2p/WifiP2pGroup.java')
-rw-r--r--wifi/java/android/net/wifi/p2p/WifiP2pGroup.java4
1 files changed, 3 insertions, 1 deletions
diff --git a/wifi/java/android/net/wifi/p2p/WifiP2pGroup.java b/wifi/java/android/net/wifi/p2p/WifiP2pGroup.java
index cf7604d..ca737f9 100644
--- a/wifi/java/android/net/wifi/p2p/WifiP2pGroup.java
+++ b/wifi/java/android/net/wifi/p2p/WifiP2pGroup.java
@@ -27,7 +27,9 @@ import java.util.regex.Pattern;
import java.util.regex.Matcher;
/**
- * A class representing a Wi-Fi P2p group
+ * A class representing a Wi-Fi P2p group. A p2p group consists of a single group
+ * owner and one or more clients. In the case of a group with only two devices, one
+ * will be the group owner and the other will be a group client.
*
* {@see WifiP2pManager}
*/