Message ID | 20220821160248.3481431-1-kmachanwenw@gmail.com |
---|---|
State | New |
Headers | show |
Series | shared/util: Correct UUID for Microphone Control | expand |
This is automated email and please do not reply to this email! Dear submitter, Thank you for submitting the patches to the linux bluetooth mailing list. This is a CI test results with your patch series: PW Link:https://patchwork.kernel.org/project/bluetooth/list/?series=669554 ---Test result--- Test Summary: CheckPatch PASS 1.41 seconds GitLint PASS 1.00 seconds Prep - Setup ELL PASS 26.83 seconds Build - Prep PASS 0.93 seconds Build - Configure PASS 8.56 seconds Build - Make PASS 867.08 seconds Make Check PASS 12.21 seconds Make Check w/Valgrind PASS 287.66 seconds Make Distcheck PASS 240.80 seconds Build w/ext ELL - Configure PASS 8.78 seconds Build w/ext ELL - Make PASS 82.39 seconds Incremental Build w/ patches PASS 0.00 seconds Scan Build PASS 510.53 seconds --- Regards, Linux Bluetooth
diff --git a/src/shared/util.c b/src/shared/util.c index b74a005ce..e1e56459a 100644 --- a/src/shared/util.c +++ b/src/shared/util.c @@ -338,7 +338,7 @@ static const struct { { 0x1849, "Generic Media Control" }, { 0x184b, "Telephony Bearer" }, { 0x184c, "Generic Telephony Bearer" }, - { 0x184c, "Microphone Control" }, + { 0x184d, "Microphone Control" }, { 0x184e, "Audio Stream Control" }, { 0x184f, "Broadcast Audio Scan" }, { 0x1850, "Published Audio Capabilities" },