summaryrefslogtreecommitdiffstats
path: root/audio/avdtp.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2007-08-16 19:14:31 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2007-08-16 19:14:31 +0000
commit8ae40e0b0046a011bbc15771f248d7950a606ae4 (patch)
treeb90cd418ac5ba1174ada72a2c2db8136240f6732 /audio/avdtp.h
parentbf48e6cc1e92a136070f70d880c17d221f410175 (diff)
Fix minumum bitpool calculation
Diffstat (limited to 'audio/avdtp.h')
-rw-r--r--audio/avdtp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/avdtp.h b/audio/avdtp.h
index 0043c480..aa835131 100644
--- a/audio/avdtp.h
+++ b/audio/avdtp.h
@@ -165,7 +165,7 @@ struct avdtp_service_capability *avdtp_get_codec(struct avdtp_remote_sep *sep);
int avdtp_discover(struct avdtp *session, avdtp_discover_cb_t cb,
void *user_data);
-void avdtp_stream_set_cb(struct avdtp *session, struct avdtp_stream *stream,
+void avdtp_stream_add_cb(struct avdtp *session, struct avdtp_stream *stream,
avdtp_stream_state_cb cb, void *data);
gboolean avdtp_stream_get_transport(struct avdtp_stream *stream, int *sock,