linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 1/2] tools/mcaptest: Add missing MCL connected log
@ 2014-10-30 11:15 Grzegorz Kolodziejczyk
  2014-10-30 11:15 ` [PATCH v2 2/2] tools/mcaptest: Add no close paramameter Grzegorz Kolodziejczyk
  2014-10-31 19:15 ` [PATCH v2 1/2] tools/mcaptest: Add missing MCL connected log Szymon Janc
  0 siblings, 2 replies; 4+ messages in thread
From: Grzegorz Kolodziejczyk @ 2014-10-30 11:15 UTC (permalink / raw)
  To: linux-bluetooth

Loging state of MCAP channels is very helpful while analyzing
connection.
---
 tools/mcaptest.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tools/mcaptest.c b/tools/mcaptest.c
index dd638c9..6d50544 100644
--- a/tools/mcaptest.c
+++ b/tools/mcaptest.c
@@ -257,6 +257,8 @@ static void mcl_connected(struct mcap_mcl *mcap_mcl, gpointer data)
 
 static void create_mcl_cb(struct mcap_mcl *mcap_mcl, GError *err, gpointer data)
 {
+	printf("%s\n", __func__);
+
 	if (err) {
 		printf("Could not connect MCL: %s\n", err->message);
 
-- 
1.9.3


^ permalink raw reply related	[flat|nested] 4+ messages in thread
* [PATCH v2 1/2] tools/mcaptest: Add missing MCL connected log
@ 2014-10-30 11:05 Grzegorz Kolodziejczyk
  0 siblings, 0 replies; 4+ messages in thread
From: Grzegorz Kolodziejczyk @ 2014-10-30 11:05 UTC (permalink / raw)
  To: linux-bluetooth

Loging state of MCAP channels is very helpful while analyzing
connection.
---
 tools/mcaptest.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tools/mcaptest.c b/tools/mcaptest.c
index dd638c9..6d50544 100644
--- a/tools/mcaptest.c
+++ b/tools/mcaptest.c
@@ -257,6 +257,8 @@ static void mcl_connected(struct mcap_mcl *mcap_mcl, gpointer data)
 
 static void create_mcl_cb(struct mcap_mcl *mcap_mcl, GError *err, gpointer data)
 {
+	printf("%s\n", __func__);
+
 	if (err) {
 		printf("Could not connect MCL: %s\n", err->message);
 
-- 
1.9.3


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

end of thread, other threads:[~2014-10-31 19:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-30 11:15 [PATCH v2 1/2] tools/mcaptest: Add missing MCL connected log Grzegorz Kolodziejczyk
2014-10-30 11:15 ` [PATCH v2 2/2] tools/mcaptest: Add no close paramameter Grzegorz Kolodziejczyk
2014-10-31 19:15 ` [PATCH v2 1/2] tools/mcaptest: Add missing MCL connected log Szymon Janc
  -- strict thread matches above, loose matches on Subject: below --
2014-10-30 11:05 Grzegorz Kolodziejczyk

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