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 333023e0dcac..d7fbd2322f7b 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, "Csis Size" }, + { 0x2b86, "Csis Lock" }, + { 0x2b87, "Csis Rank" }, { 0x2b93, "Media Player Name" }, { 0x2b94, "Media Player Icon Object ID" }, { 0x2b95, "Media Player Icon URL" }, -- 2.25.1