summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2020-08-04 17:06:40 -0700
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2022-08-29 12:41:50 -0700
commitd7b78586afddeedb7759255707e3fb709c478a5e (patch)
treef28f95eee525e003d2c75fc446ff630c54717c4e /lib
parent67dfe38b660d9a1461dc2acea60a1157fc7c169f (diff)
downloadbluez-d7b78586afddeedb7759255707e3fb709c478a5e.tar.gz
lib/uuid: Add PACS/ASCS UUIDs
This adds PACS/ASCS UUIDs which will be used by Basic Audio Profile.
Diffstat (limited to 'lib')
-rw-r--r--lib/uuid.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/lib/uuid.h b/lib/uuid.h
index 6236752a1..cb9294be8 100644
--- a/lib/uuid.h
+++ b/lib/uuid.h
@@ -146,6 +146,24 @@ extern "C" {
/* GATT Server Supported features */
#define GATT_CHARAC_SERVER_FEAT 0x2B3A
+/* TODO: Update these on final UUID is given */
+#define PACS_UUID 0x1850
+#define PAC_SINK_CHRC_UUID 0x2bc9
+#define PAC_SINK_UUID "00002bc9-0000-1000-8000-00805f9b34fb"
+#define PAC_SINK_LOC_CHRC_UUID 0x2bca
+
+#define PAC_SOURCE_CHRC_UUID 0x2bcb
+#define PAC_SOURCE_UUID "00002bcb-0000-1000-8000-00805f9b34fb"
+#define PAC_SOURCE_LOC_CHRC_UUID 0x2bcc
+
+#define PAC_CONTEXT 0x2bcd
+#define PAC_SUPPORTED_CONTEXT 0x2bce
+
+#define ASCS_UUID 0x184e
+#define ASE_SINK_UUID 0x2bc4
+#define ASE_SOURCE_UUID 0x2bc5
+#define ASE_CP_UUID 0x2bc6
+
typedef struct {
enum {
BT_UUID_UNSPEC = 0,