public static interface WifiP2pManager.DnsSdServiceResponseListener
Modifier and Type | Method and Description |
---|---|
void |
onDnsSdServiceAvailable(String instanceName,
String registrationType,
WifiP2pDevice srcDevice)
The requested Bonjour service response is available.
|
void onDnsSdServiceAvailable(String instanceName, String registrationType, WifiP2pDevice srcDevice)
This function is invoked when the device with the specified Bonjour registration type returned the instance name.
instanceName
- instance name.registrationType
- srcDevice
- source device.