mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-12-20 01:13:30 +08:00
android/avdtptest: Print info when matching SEP was found
This commit is contained in:
parent
2fb65926d4
commit
1b61a86b65
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user