Home | History | Annotate | Download | only in WiFiDirectDemo

Lines Matching full:direct

2 the Wi-Fi Direct APIs.  The application allows you to transfer jpeg images from the gallery after a succesful connection.</p>
5 with Wi-Fi Direct APIs: Discovering peers, connecting using Wi-Fi Direct APIs, and finding group details post connection, so that a
11 &mdash; the main <code>Activity</code> that contains two fragments to handle app's UI and peer lifecycle. It also registers a broadcast receiver for Wi-Fi Direct related events.</li> <li><a
14 that listens for Wi-Fi Direct related events and passes them to
22 <p>If you are developing an application that uses the Wi-Fi Direct APIs, remember that the
25 be installed on devices that are capable of supporting Wi-Fi Direct mode, remember to add the
34 from devices that do not support Wi-Fi Direct mode, remember to add the following to the
36 android:name="android.hardware.wifi.direct" /&gt;</code>, which tells Android
37 Market that your application uses the Wi-Fi Direct API. The declaration should include
39 Android Market to filter the application from devices that do not offer Wi-Fi Direct support. Other <code>&lt;uses-feature&gt;</code> declarations may also be
44 <p>For more information about using the Wi-Fi Direct API, see the <a