Implement service found callback
Service found should be notified when receives the onServiceNameDiscovered callbacks from MdnsServiceBrowserListener. Bug: 254166302 Test: atest FrameworksNetTests CtsNetTestCases Change-Id: I3f41b4fe85cd85ad356fa764663187a88914412c
This commit is contained in:
@@ -244,6 +244,8 @@ public final class NsdManager {
|
||||
|
||||
/** @hide */
|
||||
public static final int MDNS_MONITORING_SOCKETS_CLEANUP = 23;
|
||||
/** @hide */
|
||||
public static final int MDNS_DISCOVERY_MANAGER_EVENT = 24;
|
||||
|
||||
/** Dns based service discovery protocol */
|
||||
public static final int PROTOCOL_DNS_SD = 0x0001;
|
||||
|
||||
Reference in New Issue
Block a user