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 v1] monitor: Fix -a/--analyze printing wrong connection type
Date: Wed,  4 Mar 2026 15:46:49 -0500	[thread overview]
Message-ID: <20260304204649.309362-1-luiz.dentz@gmail.com> (raw)

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

---
 monitor/analyze.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/monitor/analyze.c b/monitor/analyze.c
index 1db1e7898132..6c2ccca840cd 100644
--- a/monitor/analyze.c
+++ b/monitor/analyze.c
@@ -225,13 +225,13 @@ static void conn_destroy(void *data)
 		str = "BR-ACL";
 		break;
 	case BTMON_CONN_LE:
-		str = "BR-SCO";
+		str = "LE-ACL";
 		break;
 	case BTMON_CONN_SCO:
-		str = "BR-ESCO";
+		str = "BR-SCO";
 		break;
 	case BTMON_CONN_ESCO:
-		str = "LE-ACL";
+		str = "BR-ESCO";
 		break;
 	case BTMON_CONN_CIS:
 		str = "LE-CIS";
-- 
2.53.0


             reply	other threads:[~2026-03-04 20:47 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-03-04 20:46 Luiz Augusto von Dentz [this message]
2026-03-04 21:51 ` [BlueZ,v1] monitor: Fix -a/--analyze printing wrong connection type bluez.test.bot
2026-03-06 15:10 ` [PATCH BlueZ v1] " 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=20260304204649.309362-1-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