public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH BlueZ v1] monitor: Fix -a/--analyze printing wrong connection type
@ 2026-03-04 20:46 Luiz Augusto von Dentz
  2026-03-04 21:51 ` [BlueZ,v1] " bluez.test.bot
  2026-03-06 15:10 ` [PATCH BlueZ v1] " patchwork-bot+bluetooth
  0 siblings, 2 replies; 3+ messages in thread
From: Luiz Augusto von Dentz @ 2026-03-04 20:46 UTC (permalink / raw)
  To: linux-bluetooth

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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* RE: [BlueZ,v1] monitor: Fix -a/--analyze printing wrong connection type
  2026-03-04 20:46 [PATCH BlueZ v1] monitor: Fix -a/--analyze printing wrong connection type Luiz Augusto von Dentz
@ 2026-03-04 21:51 ` bluez.test.bot
  2026-03-06 15:10 ` [PATCH BlueZ v1] " patchwork-bot+bluetooth
  1 sibling, 0 replies; 3+ messages in thread
From: bluez.test.bot @ 2026-03-04 21:51 UTC (permalink / raw)
  To: linux-bluetooth, luiz.dentz

[-- Attachment #1: Type: text/plain, Size: 1262 bytes --]

This is automated email and please do not reply to this email!

Dear submitter,

Thank you for submitting the patches to the linux bluetooth mailing list.
This is a CI test results with your patch series:
PW Link:https://patchwork.kernel.org/project/bluetooth/list/?series=1061563

---Test result---

Test Summary:
CheckPatch                    PENDING   0.37 seconds
GitLint                       PENDING   0.33 seconds
BuildEll                      PASS      21.31 seconds
BluezMake                     PASS      776.60 seconds
MakeCheck                     PASS      19.31 seconds
MakeDistcheck                 PASS      251.25 seconds
CheckValgrind                 PASS      307.01 seconds
CheckSmatch                   PASS      366.42 seconds
bluezmakeextell               PASS      184.94 seconds
IncrementalBuild              PENDING   0.38 seconds
ScanBuild                     PASS      1035.79 seconds

Details
##############################
Test: CheckPatch - PENDING
Desc: Run checkpatch.pl script
Output:

##############################
Test: GitLint - PENDING
Desc: Run gitlint
Output:

##############################
Test: IncrementalBuild - PENDING
Desc: Incremental build with the patches in the series
Output:



---
Regards,
Linux Bluetooth


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH BlueZ v1] monitor: Fix -a/--analyze printing wrong connection type
  2026-03-04 20:46 [PATCH BlueZ v1] monitor: Fix -a/--analyze printing wrong connection type Luiz Augusto von Dentz
  2026-03-04 21:51 ` [BlueZ,v1] " bluez.test.bot
@ 2026-03-06 15:10 ` patchwork-bot+bluetooth
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+bluetooth @ 2026-03-06 15:10 UTC (permalink / raw)
  To: Luiz Augusto von Dentz; +Cc: linux-bluetooth

Hello:

This patch was applied to bluetooth/bluez.git (master)
by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>:

On Wed,  4 Mar 2026 15:46:49 -0500 you wrote:
> From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
> 
> ---
>  monitor/analyze.c | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)

Here is the summary with links:
  - [BlueZ,v1] monitor: Fix -a/--analyze printing wrong connection type
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=f355617ee0e6

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-03-06 15:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-04 20:46 [PATCH BlueZ v1] monitor: Fix -a/--analyze printing wrong connection type Luiz Augusto von Dentz
2026-03-04 21:51 ` [BlueZ,v1] " bluez.test.bot
2026-03-06 15:10 ` [PATCH BlueZ v1] " patchwork-bot+bluetooth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox