Uses of Class
android.net.wifi.p2p.WifiP2pManager.Channel

Packages that use WifiP2pManager.Channel
android.net.wifi.p2p   
 

Uses of WifiP2pManager.Channel in android.net.wifi.p2p
 

Methods in android.net.wifi.p2p that return WifiP2pManager.Channel
 WifiP2pManager.Channel WifiP2pManager.initialize(Context srcContext, Looper srcLooper, WifiP2pManager.ChannelListener listener)
           
 

Methods in android.net.wifi.p2p with parameters of type WifiP2pManager.Channel
 void WifiP2pManager.cancelConnect(WifiP2pManager.Channel c, WifiP2pManager.ActionListener listener)
           
 void WifiP2pManager.connect(WifiP2pManager.Channel c, WifiP2pConfig config, WifiP2pManager.ActionListener listener)
           
 void WifiP2pManager.createGroup(WifiP2pManager.Channel c, WifiP2pManager.ActionListener listener)
           
 void WifiP2pManager.discoverPeers(WifiP2pManager.Channel c, WifiP2pManager.ActionListener listener)
           
 void WifiP2pManager.removeGroup(WifiP2pManager.Channel c, WifiP2pManager.ActionListener listener)
           
 void WifiP2pManager.requestConnectionInfo(WifiP2pManager.Channel c, WifiP2pManager.ConnectionInfoListener listener)
           
 void WifiP2pManager.requestGroupInfo(WifiP2pManager.Channel c, WifiP2pManager.GroupInfoListener listener)
           
 void WifiP2pManager.requestPeers(WifiP2pManager.Channel c, WifiP2pManager.PeerListListener listener)
           
 



Copyright © 2008-2012. All Rights Reserved.