summaryrefslogtreecommitdiffstats
path: root/audio/a2dp.h
diff options
context:
space:
mode:
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);