public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
From: Luiz Augusto von Dentz <luiz.dentz@gmail.com>
To: linux-bluetooth@vger.kernel.org
Subject: [PATCH BlueZ 2/9] lib/uuid: Add PACS/ASCS UUIDs
Date: Wed, 17 Aug 2022 16:41:39 -0700	[thread overview]
Message-ID: <20220817234146.224081-3-luiz.dentz@gmail.com> (raw)
In-Reply-To: <20220817234146.224081-1-luiz.dentz@gmail.com>

From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>

This adds PACS/ASCS UUIDs which will be used by Basic Audio Profile.
---
 lib/uuid.h | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/lib/uuid.h b/lib/uuid.h
index 6236752a17a6..cb9294be8c6e 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,
-- 
2.37.2


  parent reply	other threads:[~2022-08-17 23:41 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-17 23:41 [PATCH BlueZ 0/9] Initial BAP support Luiz Augusto von Dentz
2022-08-17 23:41 ` [PATCH BlueZ 1/9] adapter: Add btd_adapter_find_device_by_fd Luiz Augusto von Dentz
2022-08-18  3:50   ` Initial BAP support bluez.test.bot
2022-08-17 23:41 ` Luiz Augusto von Dentz [this message]
2022-08-17 23:41 ` [PATCH BlueZ 3/9] shared/bap: Add initial code for handling BAP Luiz Augusto von Dentz
2022-08-17 23:41 ` [PATCH BlueZ 4/9] profiles: Add initial code for bap plugin Luiz Augusto von Dentz
2022-08-17 23:41 ` [PATCH BlueZ 5/9] shared: Add definition for LC3 codec Luiz Augusto von Dentz
2022-08-17 23:41 ` [PATCH BlueZ 6/9] media-api: Add SelectProperties Luiz Augusto von Dentz
2022-08-17 23:41 ` [PATCH BlueZ 7/9] test/simple-endpoint: Add support for LC3 endpoints Luiz Augusto von Dentz
2022-08-17 23:41 ` [PATCH BlueZ 8/9] client/player: Add support for PACS endpoints Luiz Augusto von Dentz
2022-08-17 23:41 ` [PATCH BlueZ 9/9] client/player: Use QoS interval on transport.send Luiz Augusto von Dentz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220817234146.224081-3-luiz.dentz@gmail.com \
    --to=luiz.dentz@gmail.com \
    --cc=linux-bluetooth@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox