summaryrefslogtreecommitdiffstats
path: root/audio/avdtp.h
diff options
context:
space:
mode:
Diffstat (limited to 'audio/avdtp.h')
-rw-r--r--audio/avdtp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/avdtp.h b/audio/avdtp.h
index 88684f28..241fa713 100644
--- a/audio/avdtp.h
+++ b/audio/avdtp.h
@@ -221,6 +221,8 @@ gboolean avdtp_stream_get_transport(struct avdtp_stream *stream, int *sock,
gboolean avdtp_stream_has_capability(struct avdtp_stream *stream,
struct avdtp_service_capability *cap);
+gboolean avdtp_stream_has_capabilities(struct avdtp_stream *stream,
+ GSList *caps);
int avdtp_set_configuration(struct avdtp *session,
struct avdtp_remote_sep *rsep,