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 v2 BlueZ 2/7] shared/util: Decode BlueZ Experimental ISO Socket UUID
Date: Fri,  6 May 2022 15:18:13 -0700	[thread overview]
Message-ID: <20220506221818.3933843-2-luiz.dentz@gmail.com> (raw)
In-Reply-To: <20220506221818.3933843-1-luiz.dentz@gmail.com>

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

This adds BlueZ experimental ISO Socket UUID to uuid128_table so it is
decoded by the likes of btmon.
---
 src/shared/util.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/shared/util.c b/src/shared/util.c
index 33196bf8b..b74a005ce 100644
--- a/src/shared/util.c
+++ b/src/shared/util.c
@@ -1149,6 +1149,8 @@ static const struct {
 	{ "330859bc-7506-492d-9370-9a6f0614037f",
 		"BlueZ Experimental Bluetooth Quality Report" },
 	{ "a6695ace-ee7f-4fb9-881a-5fac66c629af", "BlueZ Offload Codecs"},
+	{ "6fbaf188-05e0-496a-9885-d6ddfdb4e03e",
+		"BlueZ Experimental ISO Socket"},
 	{ }
 };
 
-- 
2.35.1


  reply	other threads:[~2022-05-06 22:18 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-06 22:18 [PATCH v2 BlueZ 1/7] lib: Add definitions for ISO socket Luiz Augusto von Dentz
2022-05-06 22:18 ` Luiz Augusto von Dentz [this message]
2022-05-06 22:18 ` [PATCH v2 BlueZ 3/7] adapter: Add support for setting ISO Socket experimental feature Luiz Augusto von Dentz
2022-05-06 22:18 ` [PATCH v2 BlueZ 4/7] btio: Add support for ISO sockets Luiz Augusto von Dentz
2022-05-06 22:18 ` [PATCH v2 BlueZ 5/7] tools: Add iso-tester Luiz Augusto von Dentz
2022-05-06 22:18 ` [PATCH v2 BlueZ 6/7] tools: Add isotest tool Luiz Augusto von Dentz
2022-05-06 22:18 ` [PATCH v2 BlueZ 7/7] isotest: Add documentation Luiz Augusto von Dentz
2022-05-07  2:03 ` [v2,BlueZ,1/7] lib: Add definitions for ISO socket bluez.test.bot

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=20220506221818.3933843-2-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