linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH BlueZ] unit/test-hfp: Fix MINIMAL_SLC_SESSION
@ 2025-09-05 14:21 Frédéric Danis
  2025-09-05 15:49 ` [BlueZ] " bluez.test.bot
  2025-09-09 20:50 ` [PATCH BlueZ] " patchwork-bot+bluetooth
  0 siblings, 2 replies; 3+ messages in thread
From: Frédéric Danis @ 2025-09-05 14:21 UTC (permalink / raw)
  To: linux-bluetooth

Fix missing commas in +CIND reply.
---
 unit/test-hfp.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/unit/test-hfp.c b/unit/test-hfp.c
index 9b4d60a3b..371415a68 100644
--- a/unit/test-hfp.c
+++ b/unit/test-hfp.c
@@ -705,8 +705,8 @@ static void test_hf_robustness(gconstpointer data)
 	frg_pdu('\r', '\n', 'O', 'K', '\r', '\n'), \
 	raw_pdu('\r', '\n', '+', 'C', 'I', 'N', 'D', ':', ' '), \
 	frg_pdu('(', '\"', 's', 'e', 'r', 'v', 'i', 'c', 'e'), \
-	frg_pdu('\"', '(', '0', ',', '1', ')', ')', ','), \
-	frg_pdu('(', '\"', 'c', 'a', 'l', 'l', '\"'), \
+	frg_pdu('\"', ',', '(', '0', ',', '1', ')', ')', ','), \
+	frg_pdu('(', '\"', 'c', 'a', 'l', 'l', '\"', ','), \
 	frg_pdu('(', '0', ',', '1', ')', ')', ','), \
 	frg_pdu('(', '\"', 'c', 'a', 'l', 'l', 's', 'e', 't'), \
 	frg_pdu('u', 'p', '\"', ',', '(', '0', '-', '3', ')'), \
@@ -714,11 +714,11 @@ static void test_hf_robustness(gconstpointer data)
 	frg_pdu('(', '\"', 'c', 'a', 'l', 'l', 'h', 'e', 'l'), \
 	frg_pdu('d', '\"', ',', '(', '0', '-', '2', ')', ')'), \
 	frg_pdu(',', '(', '\"', 's', 'i', 'g', 'n', 'a', 'l'), \
-	frg_pdu('\"', '(', '0', '-', '5', ')', ')', ','), \
+	frg_pdu('\"', ',', '(', '0', '-', '5', ')', ')', ','), \
 	frg_pdu('(', '\"', 'r', 'o', 'a', 'm', '\"', ',', '('), \
 	frg_pdu('0', ',', '1', ')', ')', ','), \
 	frg_pdu('(', '\"', 'b', 'a', 't', 't', 'c', 'h', 'g'), \
-	frg_pdu('\"', '(', '0', '-', '5', ')', ')', ','), \
+	frg_pdu('\"', ',', '(', '0', '-', '5', ')', ')', ','), \
 	frg_pdu('\r', '\n'), \
 	frg_pdu('\r', '\n', 'O', 'K', '\r', '\n'), \
 	raw_pdu('\r', '\n', '+', 'C', 'I', 'N', 'D', ':', ' '), \
-- 
2.43.0


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

* RE: [BlueZ] unit/test-hfp: Fix MINIMAL_SLC_SESSION
  2025-09-05 14:21 [PATCH BlueZ] unit/test-hfp: Fix MINIMAL_SLC_SESSION Frédéric Danis
@ 2025-09-05 15:49 ` bluez.test.bot
  2025-09-09 20:50 ` [PATCH BlueZ] " patchwork-bot+bluetooth
  1 sibling, 0 replies; 3+ messages in thread
From: bluez.test.bot @ 2025-09-05 15:49 UTC (permalink / raw)
  To: linux-bluetooth, frederic.danis

[-- Attachment #1: Type: text/plain, Size: 1261 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=999363

---Test result---

Test Summary:
CheckPatch                    PENDING   0.45 seconds
GitLint                       PENDING   0.39 seconds
BuildEll                      PASS      20.08 seconds
BluezMake                     PASS      2848.12 seconds
MakeCheck                     PASS      22.66 seconds
MakeDistcheck                 PASS      184.89 seconds
CheckValgrind                 PASS      235.26 seconds
CheckSmatch                   PASS      306.09 seconds
bluezmakeextell               PASS      128.71 seconds
IncrementalBuild              PENDING   0.52 seconds
ScanBuild                     PASS      926.21 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] unit/test-hfp: Fix MINIMAL_SLC_SESSION
  2025-09-05 14:21 [PATCH BlueZ] unit/test-hfp: Fix MINIMAL_SLC_SESSION Frédéric Danis
  2025-09-05 15:49 ` [BlueZ] " bluez.test.bot
@ 2025-09-09 20:50 ` patchwork-bot+bluetooth
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+bluetooth @ 2025-09-09 20:50 UTC (permalink / raw)
  To: =?utf-8?b?RnLDqWTDqXJpYyBEYW5pcyA8ZnJlZGVyaWMuZGFuaXNAY29sbGFib3JhLmNvbT4=?=
  Cc: linux-bluetooth

Hello:

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

On Fri,  5 Sep 2025 16:21:15 +0200 you wrote:
> Fix missing commas in +CIND reply.
> ---
>  unit/test-hfp.c | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)

Here is the summary with links:
  - [BlueZ] unit/test-hfp: Fix MINIMAL_SLC_SESSION
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=441f95a9c146

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:[~2025-09-09 20:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-05 14:21 [PATCH BlueZ] unit/test-hfp: Fix MINIMAL_SLC_SESSION Frédéric Danis
2025-09-05 15:49 ` [BlueZ] " bluez.test.bot
2025-09-09 20:50 ` [PATCH BlueZ] " 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;
as well as URLs for NNTP newsgroup(s).