From af1bfbb470c04a4d09ed999ac4975642b61ccd36 Mon Sep 17 00:00:00 2001 From: Sathish Narasimman Date: Thu, 15 Sep 2022 15:24:09 +0530 Subject: lib/uuid: Add VCS UUIDs This adds Volume Control Service UUIDs which will be used by Volume Control Profile. --- lib/uuid.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'lib') diff --git a/lib/uuid.h b/lib/uuid.h index cb9294be8..f667a74b9 100644 --- a/lib/uuid.h +++ b/lib/uuid.h @@ -164,6 +164,13 @@ extern "C" { #define ASE_SOURCE_UUID 0x2bc5 #define ASE_CP_UUID 0x2bc6 +#define VCS_UUID 0x1844 +#define VOL_OFFSET_CS_UUID 0x1845 +#define AUDIO_INPUT_CS_UUID 0x1843 +#define VOL_STATE_CHRC_UUID 0x2B7D +#define VOL_CP_CHRC_UUID 0x2B7E +#define VOL_FLAG_CHRC_UUID 0x2B7F + typedef struct { enum { BT_UUID_UNSPEC = 0, -- cgit v1.2.1