Class android.net.wifi.p2p.WifiP2pManager

Added Methods
void  addLocalService( Channel, WifiP2pServiceInfo , ActionListener )  
void  addServiceRequest( Channel, WifiP2pServiceRequest , ActionListener )  
void  clearLocalServices( Channel, ActionListener )  
void  clearServiceRequests( Channel, ActionListener )  
void  discoverServices( Channel, ActionListener )  
void  removeLocalService( Channel, WifiP2pServiceInfo , ActionListener )  
void  removeServiceRequest( Channel, WifiP2pServiceRequest , ActionListener )  
void  setDnsSdResponseListeners( Channel, DnsSdServiceResponseListener , DnsSdTxtRecordListener )  
void  setServiceResponseListener( Channel, ServiceResponseListener )  
void  setUpnpServiceResponseListener( Channel, UpnpServiceResponseListener )  
void  stopPeerDiscovery( Channel, ActionListener )  
 

Added Fields
String  EXTRA_DISCOVERY_STATE  
int  NO_SERVICE_REQUESTS  
String  WIFI_P2P_DISCOVERY_CHANGED_ACTION  
int  WIFI_P2P_DISCOVERY_STARTED  
int  WIFI_P2P_DISCOVERY_STOPPED  
 
No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.