From 1addff77624b54445c9b81779ddc78892a126a45 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Wed, 15 Aug 2007 22:57:49 +0000 Subject: call avdtp_start from open_cfm instead of state callback --- audio/a2dp.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'audio/a2dp.h') 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); -- cgit