shared/util: Add CAS, HAS, TMAS and PBAS UUIDs
authorMarcin Kraglak <marcin.kraglak@telink-semi.com>
Sat, 28 Jan 2023 06:37:32 +0000 (07:37 +0100)
committerAyush Garg <ayush.garg@samsung.com>
Fri, 5 Jan 2024 10:11:34 +0000 (15:41 +0530)
Add UUIDs for: Common Audio service, Hearing Aid service,
TMAS service and Public Broadcast Announcement service.

src/shared/util.c

index 91998a8..8435d60 100755 (executable)
@@ -446,7 +446,11 @@ static const struct {
        { 0x1850, "Published Audio Capabilities"                },
        { 0x1851, "Basic Audio Announcement"                    },
        { 0x1852, "Broadcast Audio Announcement"                },
-       /* 0x1853 to 0x27ff undefined */
+       { 0x1853, "Common Audio"                                },
+       { 0x1854, "Hearing Aid"                                 },
+       { 0x1855, "Telephony and Media Audio"                   },
+       { 0x1856, "Public Broadcast Announcement"               },
+       /* 0x1857 to 0x27ff undefined */
        { 0x2800, "Primary Service"                             },
        { 0x2801, "Secondary Service"                           },
        { 0x2802, "Include"                                     },
@@ -680,6 +684,7 @@ static const struct {
        { 0x2b29, "Client Supported Features"                   },
        { 0x2b2A, "Database Hash"                               },
        { 0x2b3a, "Server Supported Features"                   },
+       { 0x2b51, "Telephony and Media Audio Profile Role"      },
        { 0x2b77, "Audio Input State"                           },
        { 0x2b78, "Gain Settings Attribute"                     },
        { 0x2b79, "Audio Input Type"                            },
@@ -750,6 +755,9 @@ static const struct {
        { 0x2bcc, "Source Audio Locations"                      },
        { 0x2bcd, "Available Audio Contexts"                    },
        { 0x2bce, "Supported Audio Contexts"                    },
+       { 0x2bda, "Hearing Aid Features"                        },
+       { 0x2bdb, "Hearing Aid Preset Control Point"            },
+       { 0x2bdc, "Active Preset Index"                         },
        /* vendor defined */
        { 0xfeff, "GN Netcom"                                   },
        { 0xfefe, "GN ReSound A/S"                              },