I have a lot of devices and I want to group them by service, can you do it?
ex:
makeDiscoverable (String hostName, String serviceName);
makeDiscoverable ("My android device", "printer.tcp");
Look for devices that have the "printer.tcp" service registered instead of searching for them all
startDiscovery ("printer.tcp")