All of lore.kernel.org
 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

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 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.