Searched defs:peers (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pManager.java48 * application discover available peers, setup connection to peers and query for the list of peers.
62 * <p> An application can initiate discovery of peers with {@link #discoverPeers}. An initiated
69 * <p> When an application needs to fetch the current list of peers, it can request the list
70 * of peers with {@link #requestPeers}. When the peer list is available
86 * peers, but has no good way to figure out which peer to establish a connection with. For example,
87 * if a game application is interested in finding all the neighboring peers that are also running
89 * service discovery is meant to address this issue of filtering the peers based on the running
204 * can be sent as a result of peers bein
538 onPeersAvailable(WifiP2pDeviceList peers) argument
[all...]

Completed in 25 milliseconds