From 9a6b0e39a30f06f121f28f3e9e754d61f22ccdca Mon Sep 17 00:00:00 2001 From: Sathish Narasimman Date: Tue, 22 Nov 2022 15:42:26 +0530 Subject: [PATCH] shared/util: Update UUID database for Csip services This updates UUID database with the values from assigned numbers for co-ordinated set identification services. --- src/shared/util.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/shared/util.c b/src/shared/util.c index 333023e0d..69abfba31 100644 --- a/src/shared/util.c +++ b/src/shared/util.c @@ -695,6 +695,9 @@ static const struct { { 0x2b82, "Volume Offset Control Point" }, { 0x2b83, "Audio Output Description" }, { 0x2b84, "Set Identity Resolving Key" }, + { 0x2b85, "Coordinated Set Size" }, + { 0x2b86, "Set Member Lock" }, + { 0x2b87, "Set Member Rank" }, { 0x2b93, "Media Player Name" }, { 0x2b94, "Media Player Icon Object ID" }, { 0x2b95, "Media Player Icon URL" }, -- 2.47.3