Diff between 99861c249c866e1c4f911f3c3da6de9cef2c3f02 and 8ad12fe7b4b93abf37b11e62b2e548cb245c2199

Changed Files

File Additions Deletions Status
monitor/bt.h +1 -1 modified

Full Patch

diff --git a/monitor/bt.h b/monitor/bt.h
index bc84d6b..dd67750 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));