diff options
author | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2007-11-05 17:02:16 +0000 |
---|---|---|
committer | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2007-11-05 17:02:16 +0000 |
commit | 1f1e900f488c2925b8949911b30f363a1fb4dee0 (patch) | |
tree | 2e01b9aa0626ff626628fe6eb1353d53d0482899 /audio/avdtp.h | |
parent | 316166212f59f4bc7bad778ff46e8b6986c52874 (diff) |
Fix packet lenght to be the output MTU.
Diffstat (limited to 'audio/avdtp.h')
-rw-r--r-- | audio/avdtp.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/avdtp.h b/audio/avdtp.h index 99b95477..88684f28 100644 --- a/audio/avdtp.h +++ b/audio/avdtp.h @@ -216,7 +216,8 @@ gboolean avdtp_stream_remove_cb(struct avdtp *session, unsigned int id); gboolean avdtp_stream_get_transport(struct avdtp_stream *stream, int *sock, - uint16_t *mtu, GSList **caps); + uint16_t *imtu, uint16_t *omtu, + GSList **caps); gboolean avdtp_stream_has_capability(struct avdtp_stream *stream, struct avdtp_service_capability *cap); |