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

/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pManager.java42 * application discover available peers, setup connection to peers and query for the list of peers.
57 * <p> An application can initiate discovery of peers with {@link #discoverPeers}. An initiated
64 * or when an application needs to fetch the current list of peers, it can request the list
65 * of peers with {@link #requestPeers}. When the peer list is available
178 * the changed list of peers with {@link #requestPeers}
321 * @param peers List of available peers
323 public void onPeersAvailable(WifiP2pDeviceList peers); argument
[all...]

Completed in 42 milliseconds