Searched refs:discoveryId (Results 1 – 1 of 1) sorted by relevance
735 private boolean discoverServices(int discoveryId, String serviceType) { in discoverServices() argument736 return mDaemon.execute("discover", discoveryId, serviceType); in discoverServices()739 private boolean stopServiceDiscovery(int discoveryId) { in stopServiceDiscovery() argument740 return mDaemon.execute("stop-discover", discoveryId); in stopServiceDiscovery()