aboutsummaryrefslogtreecommitdiff
path: root/en/devices/accessories/headset/usb-headset-spec.html
diff options
context:
space:
mode:
authorAndroid Partner Docs <noreply@android.com>2017-04-10 22:30:02 +0000
committerBilly Lamberta <blamb@google.com>2017-04-10 16:22:45 -0700
commit9e383e00ff1ee8022f4099ba3fdb0fa576630784 (patch)
tree4de9bfb985e1592a6e33d9cd2f330d10ae40f651 /en/devices/accessories/headset/usb-headset-spec.html
parent060ad8909ef864ddd13395cdbacd1bc5875f88ca (diff)
downloadsource.android.com-9e383e00ff1ee8022f4099ba3fdb0fa576630784.tar.gz
Docs: Changes to source.android.com
- 152743720 Remove references to non-functional feedback by claym <claym@google.com> - 152742716 Replace outdated link to OpenCV binary by claym <claym@google.com> - 152737010 Docs: Update headset docs with voice command button name by daroberts <daroberts@google.com> - 152736591 Add contributor to April security bulletin by daroberts <daroberts@google.com> - 152731733 Add mallinfo and malloc_info to SAC by blamb <blamb@google.com> - 152730960 Update tradefederation path in End-to-End Test Example. by Android Partner Docs <noreply@android.com> - 152722293 Add copybara config to sync source.android.com to the AOS... by blamb <blamb@google.com> - 152699865 Add NHG47K. by Android Partner Docs <noreply@android.com> - 152546954 Fix TradeFed build command. by blamb <blamb@google.com> - 152514380 Docs: Updating link for Android for Work (from preview si... by hvm <hvm@google.com> PiperOrigin-RevId: 152743720 Change-Id: Ie306385354c3c429aba07f07355cc6ab41d324b0
Diffstat (limited to 'en/devices/accessories/headset/usb-headset-spec.html')
-rw-r--r--en/devices/accessories/headset/usb-headset-spec.html24
1 files changed, 12 insertions, 12 deletions
diff --git a/en/devices/accessories/headset/usb-headset-spec.html b/en/devices/accessories/headset/usb-headset-spec.html
index 59b5039c..8d067c61 100644
--- a/en/devices/accessories/headset/usb-headset-spec.html
+++ b/en/devices/accessories/headset/usb-headset-spec.html
@@ -48,25 +48,25 @@ are encouraged to add features while keeping these requirements in mind.
<th>Description</th>
</tr>
<tr>
- <td>Function A</td>
+ <td>A</td>
<td>Required</td>
- <td>Play/pause (short press), launch voice assistance (long press), next (double
+ <td>Play/pause (short press), launch voice command (long press), next (double
press)</td>
</tr>
<tr>
- <td>Function B</td>
+ <td>B</td>
<td>Optional</td>
<td>Vol+</td>
</tr>
<tr>
- <td>Function C</td>
+ <td>C</td>
<td>Optional</td>
<td>Vol-</td>
</tr>
<tr>
- <td>Function D</td>
+ <td>D</td>
<td>Optional</td>
- <td>Launch voice assistance</td>
+ <td>Launch voice command</td>
</tr>
</table>
<p>
@@ -105,7 +105,7 @@ mappings.
<th>Behavior</th>
</tr>
<tr>
- <td rowspan="6">Function A</td>
+ <td rowspan="6">A</td>
<td rowspan="6"><strong>HID usage page</strong>: 0x0C<br>
<strong>HID usage</strong>: 0x0CD<br>
<strong>Kernel key</strong>: <code>KEY_PLAYPAUSE</code><br>
@@ -116,7 +116,7 @@ mappings.
</tr>
<tr>
<td><strong>Input</strong>: Long press<br>
- <strong>Output</strong>: Launch voice assistance<br>
+ <strong>Output</strong>: Launch voice command<br>
<strong>Sends</strong>:
<code>android.intent.action.VOICE_SEARCH_HANDS_FREE</code></td>
</tr>
@@ -139,7 +139,7 @@ mappings.
<strong>Output</strong>: Mute or unmute microphone</td>
</tr>
<tr>
- <td>Function B</td>
+ <td>B</td>
<td><strong>HID usage page</strong>: 0x0C<br>
<strong>HID usage</strong>: 0x0E9<br>
<strong>Kernel key</strong>: <code>KEY_VOLUMEUP</code><br>
@@ -149,7 +149,7 @@ mappings.
<strong>Output</strong>: Increases the system or headset volume</td>
</tr>
<tr>
- <td>Function C</td>
+ <td>C</td>
<td><strong>HID usage page</strong>: 0x0C<br>
<strong>HID usage</strong>: 0x0EA<br>
<strong>Kernel key</strong>: <code>KEY_VOLUMEDOWN</code><br>
@@ -159,14 +159,14 @@ mappings.
<strong>Output</strong>: Decreases the system or headset volume</td>
</tr>
<tr>
- <td>Function D</td>
+ <td>D</td>
<td><strong>HID usage page</strong>: 0x0C<br>
<strong>HID usage</strong>: 0x0CF<br>
<strong>Kernel key</strong>: <code>KEY_VOICECOMMAND</code><br>
<strong>Android key</strong>: <code>KEYCODE_VOICE_ASSIST</code></td>
<td>All. Can be triggered in any instance.</td>
<td><strong>Input</strong>: Short or long press<br>
- <strong>Output</strong>: Launch voice assistance</td>
+ <strong>Output</strong>: Launch voice command</td>
</tr>
</table>