summaryrefslogtreecommitdiffstats
path: root/audio/a2dp.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2007-08-15 22:57:49 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2007-08-15 22:57:49 +0000
commit1addff77624b54445c9b81779ddc78892a126a45 (patch)
tree322d0e61617a95fe908097c57e0b5ea0b834bfc2 /audio/a2dp.h
parent7502ca3e7eb95a7b349b5b9235ed50d542949f59 (diff)
call avdtp_start from open_cfm instead of state callback
Diffstat (limited to 'audio/a2dp.h')
-rw-r--r--audio/a2dp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/a2dp.h b/audio/a2dp.h
index b2653594..23416988 100644
--- a/audio/a2dp.h
+++ b/audio/a2dp.h
@@ -66,3 +66,6 @@ gboolean a2dp_select_capabilities(struct avdtp_remote_sep *rsep, GSList **caps);
gboolean a2dp_get_config(struct avdtp_stream *stream,
struct ipc_data_cfg **cfg, int *fd);
+
+void a2dp_start_stream_when_opened(struct avdtp *session,
+ struct avdtp_stream *stream);