aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUnsuk Jung <unsuk@google.com>2016-06-13 20:24:18 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-06-13 20:24:18 +0000
commit37d0f46970731a836c83c77bd66c8f752c0329bf (patch)
tree2131d015925336170c0ec1f7a38730f9c0d09dca
parent487e4459b830485099d14c2cffd32b3c124cc92e (diff)
parent01fcbcded1c0227b92fd90be9e0d95a34480fccb (diff)
downloadsource.android.com-37d0f46970731a836c83c77bd66c8f752c0329bf.tar.gz
Merge "CDD: Call out that AOA protocol based connection MUST work w/o changing the USB mode Section: 7.7. USB"
-rw-r--r--src/compatibility/6.0/android-6.0-cdd.html4
-rw-r--r--src/compatibility/android-cdd.html4
2 files changed, 8 insertions, 0 deletions
diff --git a/src/compatibility/6.0/android-6.0-cdd.html b/src/compatibility/6.0/android-6.0-cdd.html
index 63ac0859..a16c5340 100644
--- a/src/compatibility/6.0/android-6.0-cdd.html
+++ b/src/compatibility/6.0/android-6.0-cdd.html
@@ -4537,6 +4537,10 @@ device it MUST implement the AOA API. Device implementations implementing the
AOA specification:
<ul>
<li>MUST declare support for the hardware feature android.hardware.usb.accessory [<a href="http://developer.android.com/guide/topics/connectivity/usb/accessory.html">Resources, 118</a>].</li>
+ <li>MUST support establishing an
+<a href="http://source.android.com/devices/accessories/aoa.html">AOA protocol based communication</a>
+on first time connection with a USB host machine that acts as an accessory, without the need for the
+user to change the default USB mode.</li>
<li>MUST implement the USB audio class as documented in the Android SDK
documentation [<a href="http://developer.android.com/reference/android/hardware/usb/UsbConstants.html#USB_CLASS_AUDIO">Resources, 119</a>].</li>
<li>And also the USB mass storage class, MUST include the string "android"
diff --git a/src/compatibility/android-cdd.html b/src/compatibility/android-cdd.html
index 62a017fc..3247f2e7 100644
--- a/src/compatibility/android-cdd.html
+++ b/src/compatibility/android-cdd.html
@@ -4832,6 +4832,10 @@ USB host mode.</p>
<li>MUST declare support for the hardware feature
<a href="http://developer.android.com/guide/topics/connectivity/usb/accessory.html">android.hardware.usb.accessory</a>.
</li>
+ <li>MUST support establishing an
+ <a href="http://source.android.com/devices/accessories/aoa.html">AOA protocol based communication</a>
+ on first time connection with a USB host machine that acts as an accessory, without the need for the
+ user to change the default USB mode.</li>
<li>MUST implement the
<a href="http://developer.android.com/reference/android/hardware/usb/UsbConstants.html#USB_CLASS_AUDIO">USB
audio class</a>as documented in the Android SDK documentation.</li>