All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] shared/util: Correct UUID for Microphone Control
@ 2022-08-21 16:02 darkhz
  2022-08-21 17:11 ` bluez.test.bot
  2022-08-22 22:50 ` [PATCH] " patchwork-bot+bluetooth
  0 siblings, 2 replies; 3+ messages in thread
From: darkhz @ 2022-08-21 16:02 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: darkhz

According to the Bluetooth product specification list, the allocated
UUID for "Microphone Control" is 0x184D, not 0x184C.
---
 src/shared/util.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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"		},
-- 
2.37.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* RE: shared/util: Correct UUID for Microphone Control
  2022-08-21 16:02 [PATCH] shared/util: Correct UUID for Microphone Control darkhz
@ 2022-08-21 17:11 ` bluez.test.bot
  2022-08-22 22:50 ` [PATCH] " patchwork-bot+bluetooth
  1 sibling, 0 replies; 3+ messages in thread
From: bluez.test.bot @ 2022-08-21 17:11 UTC (permalink / raw)
  To: linux-bluetooth, kmachanwenw

[-- Attachment #1: Type: text/plain, Size: 1047 bytes --]

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] shared/util: Correct UUID for Microphone Control
  2022-08-21 16:02 [PATCH] shared/util: Correct UUID for Microphone Control darkhz
  2022-08-21 17:11 ` bluez.test.bot
@ 2022-08-22 22:50 ` patchwork-bot+bluetooth
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+bluetooth @ 2022-08-22 22:50 UTC (permalink / raw)
  To: darkhz; +Cc: linux-bluetooth

Hello:

This patch was applied to bluetooth/bluez.git (master)
by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>:

On Sun, 21 Aug 2022 21:32:48 +0530 you wrote:
> According to the Bluetooth product specification list, the allocated
> UUID for "Microphone Control" is 0x184D, not 0x184C.
> ---
>  src/shared/util.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Here is the summary with links:
  - shared/util: Correct UUID for Microphone Control
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=4760ada065f2

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-08-22 22:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-21 16:02 [PATCH] shared/util: Correct UUID for Microphone Control darkhz
2022-08-21 17:11 ` bluez.test.bot
2022-08-22 22:50 ` [PATCH] " patchwork-bot+bluetooth

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.