Home | History | Annotate | Download | only in connect-devices-wirelessly

Lines Matching full:service

1 page.title=Using Wi-Fi Direct for Service Discovery
14 <li><a href="#register">Add a Local Service</a></li>
26 <p>The first lesson in this class, <a href="nsd.html">Using Network Service
29 Wi-Fi Direct&trad; Service Discovery allows you to discover the services of nearby devices directly,
33 <p>While this set of APIs is similar in purpose to the Network Service Discovery
66 <h2 id="register">Add a Local Service</h2>
67 <p>If you're providing a local service, you need to register it for
68 service discovery. Once your local service is registered, the framework
69 automatically responds to service discovery requests from peers.</p>
71 <p>To create a local service:</p>
76 <li>Populate it with information about your service.</li>
80 service for service discovery.</li>
85 // Create a string map containing information about your service.
91 // Service information. Pass it an instance name, service type
97 // Add the local service, sending the service info, network channel,
134 * device: The device running the advertised service.
147 <p>To get the service information, create a {@link
151 name. The service response listener uses this to link the DNS record with the
152 corresponding service information. Once both
192 <p>Now create a service request and call {@link