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 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html