Home | History | Annotate | Download | only in adk

Lines Matching full:support

8       <li><a href="#detecting">Detecting Android Open Accessory 2.0 Support</a></li>
9 <li><a href="#audio-support">Audio Support</a></li>
10 <li><a href="#hid">HID Support</a></li>
27 device to the accessory) and support for the accessory acting as one or more human interface devices
31 <h2 id="detecting">Detecting Android Open Accessory 2.0 Support</h2>
36 {@code 1}, representing the protocol version number. Devices that support the new features described
97 <h2 id="audio-support">Audio Support</h2>
99 <p>AOA 2.0 includes optional support for audio output from an Android device to an accessory. This
104 <p>To enable the audio support, the accessory must send a new USB control request:</p>
119 <h2 id="hid">HID Support</h2>
127 <p>HID support in AOA 2.0 is simply a proxy for standard HID events. The implementation makes no
134 more HID input devices to the Android device. Since HID support is done entirely through
135 control requests on endpoint zero, no new USB interface is needed to provide this support. The
208 <p>The original <a href="aoa.html">AOA protocol</a> provided support for an Android application to
209 communicate directly with a USB host (accessory) over USB. AOA 2.0 keeps that support, but adds new
212 an accessory that also makes use of the new audio and/or HID support in addition to the original
219 HID support, but does not need to communicate with an application on the Android device. In that
224 the Android device, then the accessory is able to make use of the new audio and HID support in AOA