public static interface WifiP2pManager.PeerListListener
android.net.wifi.p2p.WifiP2pManager.PeerListListener |
Interface for callback invocation when peer list is available
Public methods |
|
---|---|
abstract void |
onPeersAvailable(WifiP2pDeviceList peers) The requested peer list is available |
void onPeersAvailable (WifiP2pDeviceList peers)
The requested peer list is available
Parameters | |
---|---|
peers |
WifiP2pDeviceList : List of available peers |