diff mbox series

[BlueZ,v2,1/4] lib/uuid.h: Add UUID(s)

Message ID 20230905070912.82340-2-nitin.jadhav@nxp.com (mailing list archive)
State New, archived
Headers show
Series Implementation of MICS and MICP | expand

Checks

Context Check Description
tedd_an/pre-ci_am success Success

Commit Message

Nitin Jadhav Sept. 5, 2023, 7:09 a.m. UTC
Add MICS characteristic uuid(s)

Co-developed-by: Mahesh Talewad <mahesh.talewad@nxp.com>
Signed-off-by: Mahesh Talewad <mahesh.talewad@nxp.com>
Signed-off-by: Nitin Jadhav <nitin.jadhav@nxp.com>
---
 lib/uuid.h | 5 +++++
 1 file changed, 5 insertions(+)
diff mbox series

Patch

diff --git a/lib/uuid.h b/lib/uuid.h
index cd3b3655f..a79eeee18 100644
--- a/lib/uuid.h
+++ b/lib/uuid.h
@@ -206,6 +206,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,