diff options
author | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2007-12-03 22:41:29 +0000 |
---|---|---|
committer | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2007-12-03 22:41:29 +0000 |
commit | 2934e194f3ffe754e18477113c870a7b98f88454 (patch) | |
tree | 8af6231fad9f933710e04d0f5ca7434ccf236d70 /audio/avdtp.h | |
parent | ae100c4c1395e1b306d2e91b5fed85f7b8d6dfbf (diff) |
Handle new ipc messages properly and adapt the plugins.
Diffstat (limited to 'audio/avdtp.h')
-rw-r--r-- | audio/avdtp.h | 2 |
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, |