All of lore.kernel.org
 help / color / mirror / Atom feed
From: Magdalena Kasenberg <magdalena.kasenberg@codecoup.pl>
To: linux-bluetooth@vger.kernel.org
Cc: Magdalena Kasenberg <magdalena.kasenberg@codecoup.pl>
Subject: [PATCH BlueZ 1/1] monitor: Fix bit for HCI_LE_Read_ISO_Link_QUALITY
Date: Tue,  3 Jun 2025 10:53:52 +0200	[thread overview]
Message-ID: <20250603085352.1297099-2-magdalena.kasenberg@codecoup.pl> (raw)
In-Reply-To: <20250603085352.1297099-1-magdalena.kasenberg@codecoup.pl>

Fix the bit ID of the HCI_LE_Read_ISO_Link_QUALITY command to match
the assigned value defined in Supported_Commands table in the Bluetooth
Core Specification.
---
 monitor/bt.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/monitor/bt.h b/monitor/bt.h
index bc84d6b94..dd67750dc 100644
--- a/monitor/bt.h
+++ b/monitor/bt.h
@@ -2920,7 +2920,7 @@ struct bt_hci_cmd_le_set_host_feature {
 } __attribute__ ((packed));
 
 #define BT_HCI_CMD_LE_READ_ISO_LINK_QUALITY	0x2075
-#define BT_HCI_BIT_LE_READ_ISO_LINK_QUALITY	BT_HCI_CMD_BIT(45, 1)
+#define BT_HCI_BIT_LE_READ_ISO_LINK_QUALITY	BT_HCI_CMD_BIT(44, 2)
 struct bt_hci_cmd_le_read_iso_link_quality {
 	uint16_t handle;
 } __attribute__ ((packed));
-- 
2.34.1


  reply	other threads:[~2025-06-03  8:54 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-06-03  8:53 [PATCH BlueZ 0/1] monitor: Fix bit for HCI_LE_Read_ISO_Link_QUALITY Magdalena Kasenberg
2025-06-03  8:53 ` Magdalena Kasenberg [this message]
2025-06-03 10:33   ` bluez.test.bot
2025-06-03 17:30 ` [PATCH BlueZ 0/1] " 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=20250603085352.1297099-2-magdalena.kasenberg@codecoup.pl \
    --to=magdalena.kasenberg@codecoup.pl \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.