mirror of
https://github.com/google/bumble.git
synced 2026-05-09 04:08:02 +00:00
Amend Opcode value in Audio Input Control Service
Corrects the Audio Input Control Point Opcode value for `Set Gain Setting` field.
This commit is contained in:
@@ -104,7 +104,7 @@ class AudioInputControlPointOpCode(OpenIntEnum):
|
|||||||
Cf. 3.5.1 Audio Input Control Point procedure requirements
|
Cf. 3.5.1 Audio Input Control Point procedure requirements
|
||||||
'''
|
'''
|
||||||
|
|
||||||
SET_GAIN_SETTING = 0x00
|
SET_GAIN_SETTING = 0x01
|
||||||
UNMUTE = 0x02
|
UNMUTE = 0x02
|
||||||
MUTE = 0x03
|
MUTE = 0x03
|
||||||
SET_MANUAL_GAIN_MODE = 0x04
|
SET_MANUAL_GAIN_MODE = 0x04
|
||||||
|
|||||||
Reference in New Issue
Block a user