--- android/avdtptest.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/android/avdtptest.c b/android/avdtptest.c index 92312fa..a56b9c0 100644 --- a/android/avdtptest.c +++ b/android/avdtptest.c @@ -350,6 +350,8 @@ static void discover_cb(struct avdtp *session, GSList *seps, return; } + printf("Matching endpoint found\n"); + service = avdtp_service_cap_new(AVDTP_MEDIA_TRANSPORT, NULL, 0); caps = g_slist_append(caps, service); -- 1.9.1 -- 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