Skip to content

Commit 3cca786

Browse files
committed
docs: a few more control cmds
1 parent 6fd3cc1 commit 3cca786

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/control_commands.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@ These commands
1919

2020
| Command identifier | Description | Format |
2121
|--------------|---------------------|--------|
22-
| 0x01 | Mic Mode | Single value (1 byte) |
22+
| 0x01 | Mic Mode | Single value (1 byte): `0x00` = Automatic, `0x01` = Right, `0x02` = Left |
2323
| 0x05 | Button Send Mode | Single value (1 byte) |
2424
| 0x06 | Has ownership | Single value (1 byte): `0x01` = own, `0x00` = doesn't own |
25+
| 0x0A | Ear Detection | Single value (1 byte): `0x01` = enabled, `0x02` = disabled |
2526
| 0x12 | VoiceTrigger for Siri | Single Value (1 byte): `0x01` = enabled, `0x01` = disabled |
2627
| 0x14 | SingleClickMode | Single value (1 byte) |
2728
| 0x15 | DoubleClickMode | Single value (1 byte) |
@@ -34,6 +35,7 @@ These commands
3435
| 0x0D | ListeningMode | Single value (1 byte): 1 = Off, 2 = noise cancellation, 3 = transparency, 4 = adaptive |
3536
| 0x1E | AutoAnswerMode | Single value (1 byte) |
3637
| 0x1F | Chime Volume | Single value (1 byte): 0 to 100|
38+
| 0x20 | Connect Automatically | Single value (1 byte): `0x01` = enabled, `0x02` = disabled |
3739
| 0x23 | VolumeSwipeInterval | Single value (1 byte): 0x00 = Default, `0x01` = Longer, `0x02` = Longest |
3840
| 0x24 | Call Management Config | Single value (1 byte) |
3941
| 0x25 | VolumeSwipeMode | Single value (1 byte): `0x01` = enabled, `0x02` = disabled |

0 commit comments

Comments
 (0)