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

/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pManager.java52 * application discover available peers, setup connection to peers and query for the list of peers.
66 * <p> An application can initiate discovery of peers with {@link #discoverPeers}. An initiated
73 * <p> When an application needs to fetch the current list of peers, it can request the list
74 * of peers with {@link #requestPeers}. When the peer list is available
90 * peers, but has no good way to figure out which peer to establish a connection with. For example,
91 * if a game application is interested in finding all the neighboring peers that are also running
93 * service discovery is meant to address this issue of filtering the peers based on the running
215 * the changed list of peers wit
539 onPeersAvailable(WifiP2pDeviceList peers) argument
[all...]

Completed in 433 milliseconds