From: Sathish Narasimman <sathish.narasimman@intel.com>
To: linux-bluetooth@vger.kernel.org
Cc: Sathish Narasimman <sathish.narasimman@intel.com>
Subject: [PATCH BlueZ v2 1/4] lib/uuid: Add VCS UUIDs
Date: Thu, 15 Sep 2022 15:24:09 +0530 [thread overview]
Message-ID: <20220915095412.462210-1-sathish.narasimman@intel.com> (raw)
This adds Volume Control Service UUIDs which will be used by
Volume Control Profile.
---
lib/uuid.h | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/lib/uuid.h b/lib/uuid.h
index cb9294be8c6e..f667a74b9b73 100644
--- a/lib/uuid.h
+++ b/lib/uuid.h
@@ -164,6 +164,13 @@ extern "C" {
#define ASE_SOURCE_UUID 0x2bc5
#define ASE_CP_UUID 0x2bc6
+#define VCS_UUID 0x1844
+#define VOL_OFFSET_CS_UUID 0x1845
+#define AUDIO_INPUT_CS_UUID 0x1843
+#define VOL_STATE_CHRC_UUID 0x2B7D
+#define VOL_CP_CHRC_UUID 0x2B7E
+#define VOL_FLAG_CHRC_UUID 0x2B7F
+
typedef struct {
enum {
BT_UUID_UNSPEC = 0,
--
2.25.1
next reply other threads:[~2022-09-15 9:57 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-15 9:54 Sathish Narasimman [this message]
2022-09-15 9:54 ` [PATCH BlueZ v2 2/4] shared/vcp: Add initial code for handling VCP Sathish Narasimman
2022-09-15 9:54 ` [PATCH BlueZ v2 3/4] profiles: Add initial code for vcp plugin Sathish Narasimman
2022-09-15 9:54 ` [PATCH BlueZ v2 4/4] monitor/att: Add decoding support for Volume Control Serice Sathish Narasimman
2022-09-15 20:59 ` Luiz Augusto von Dentz
2022-09-15 11:36 ` [BlueZ,v2,1/4] lib/uuid: Add VCS UUIDs bluez.test.bot
2022-09-15 21:00 ` Luiz Augusto von Dentz
2022-09-16 5:02 ` Sathish Narasimman
2022-09-15 21:20 ` [PATCH BlueZ v2 1/4] " patchwork-bot+bluetooth
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=20220915095412.462210-1-sathish.narasimman@intel.com \
--to=sathish.narasimman@intel.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