Home | History | Annotate | Download | only in accessories

Lines Matching full:connected

23 <li>Wait for and detect connected devices</li>
29 <h2 id="wait-for-and-detect-connected-devices">Wait for and Detect Connected Devices</h2>
30 <p>Your accessory should have logic to continuously check for connected Android-powered devices.
31 When a device is connected, your accessory should determine if the device supports accessory mode.</p>
33 <p>When an Android-powered device is connected, it can be in one of three states:</p>
40 connected device's USB device descriptor. The vendor ID should match Google's ID (<code>0x18D1</code>) and the
117 <p>After sending the final control request, the connected USB device should re-introduce itself
118 on the bus in accessory mode and the accessory can re-enumerate the connected devices. The
126 accessory should wait for the next device to be connected.</p>