From 94ea14917ff99cffb2fb23b6a3867fc4b16b1b8d Mon Sep 17 00:00:00 2001 From: Nitin Jadhav Date: Tue, 5 Sep 2023 10:09:09 +0300 Subject: [PATCH] lib/uuid.h: Add UUID(s) Add MICS characteristic uuid(s) --- lib/uuid.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/uuid.h b/lib/uuid.h index 817a5e843..e682547aa 100644 --- a/lib/uuid.h +++ b/lib/uuid.h @@ -209,6 +209,11 @@ extern "C" { #define CS_LOCK 0x2B86 #define CS_RANK 0x2B87 + +/* Microphone Control Service(MICS) */ +#define MICS_UUID 0x184D +#define MUTE_CHRC_UUID 0x2BC3 + typedef struct { enum { BT_UUID_UNSPEC = 0, -- 2.47.3