summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIulia Tanasescu <iulia.tanasescu@nxp.com>2023-05-05 11:29:39 +0300
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2023-05-05 10:55:02 -0700
commit4e549cf48b712088d22028282baabbfc93e5f033 (patch)
tree5f5d0a5861123e5af4f73773a343c9d43f48ce4c
parent3818b99c764efe84cd3455081f6392c256564085 (diff)
downloadbluez-4e549cf48b712088d22028282baabbfc93e5f033.tar.gz
lib/uuid: Add BASS UUIDs
This adds BASS UUIDs which will be used by Basic Audio Profile.
-rw-r--r--lib/uuid.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/uuid.h b/lib/uuid.h
index 84ff46cd8..ddde4bfa3 100644
--- a/lib/uuid.h
+++ b/lib/uuid.h
@@ -5,6 +5,7 @@
*
* Copyright (C) 2011 Nokia Corporation
* Copyright (C) 2011 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright 2023 NXP
*
*
*/
@@ -164,6 +165,10 @@ extern "C" {
#define ASE_SOURCE_UUID 0x2bc5
#define ASE_CP_UUID 0x2bc6
+#define BASS_UUID 0x184f
+#define BCAST_AUDIO_SCAN_CP_UUID 0x2bc7
+#define BCAST_RECV_STATE_UUID 0x2bc8
+
#define VCS_UUID 0x1844
#define VOL_OFFSET_CS_UUID 0x1845
#define AUDIO_INPUT_CS_UUID 0x1843