summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSathish Narasimman <sathish.narasimman@intel.com>2022-11-22 15:42:27 +0530
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2022-12-20 15:14:00 -0800
commitb709058c60081de91927b04c6603f223a4119265 (patch)
tree41fac9901314a29b9e77d0bb0ae6355bab12856f /lib
parent9a6b0e39a30f06f121f28f3e9e754d61f22ccdca (diff)
downloadbluez-b709058c60081de91927b04c6603f223a4119265.tar.gz
lib/uuid: Add CSIS UUIDs
This adds Coordinated Set Identification Service UUIDs which will be used by Coordinated Set Identification Profile.
Diffstat (limited to 'lib')
-rw-r--r--lib/uuid.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/uuid.h b/lib/uuid.h
index d5e5665e4..84ff46cd8 100644
--- a/lib/uuid.h
+++ b/lib/uuid.h
@@ -186,6 +186,13 @@ extern "C" {
#define MEDIA_CP_OP_SUPPORTED_CHRC_UUID 0x2ba5
#define MEDIA_CONTENT_CONTROL_ID_CHRC_UUID 0x2bba
+/* Coordinated Set Identification Profile(CSIP) */
+#define CSIS_UUID 0x1846
+#define CS_SIRK 0x2B84
+#define CS_SIZE 0x2B85
+#define CS_LOCK 0x2B86
+#define CS_RANK 0x2B87
+
typedef struct {
enum {
BT_UUID_UNSPEC = 0,