public static interface WifiP2pManager.UpnpServiceResponseListener
Modifier and Type | Method and Description |
---|---|
void |
onUpnpServiceAvailable(List<String> uniqueServiceNames,
WifiP2pDevice srcDevice)
The requested upnp service response is available.
|
void onUpnpServiceAvailable(List<String> uniqueServiceNames, WifiP2pDevice srcDevice)
This function is invoked when the specified device or service is found.
uniqueServiceNames
- The list of unique service names.srcDevice
- source device.