shared/util: Correct UUID for Microphone Control
authordarkhz <kmachanwenw@gmail.com>
Sun, 21 Aug 2022 16:02:48 +0000 (21:32 +0530)
committerAyush Garg <ayush.garg@samsung.com>
Mon, 15 May 2023 09:25:54 +0000 (14:55 +0530)
According to the Bluetooth product specification list, the allocated
UUID for "Microphone Control" is 0x184D, not 0x184C.

Signed-off-by: Manika Shrivastava <manika.sh@samsung.com>
Signed-off-by: Ayush Garg <ayush.garg@samsung.com>
src/shared/util.c

index 4e8ac28..1f448c8 100755 (executable)
@@ -337,7 +337,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"                },