diff options
Diffstat (limited to 'audio/a2dp.h')
-rw-r--r-- | audio/a2dp.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/audio/a2dp.h b/audio/a2dp.h index 3617afc4..c69b1e34 100644 --- a/audio/a2dp.h +++ b/audio/a2dp.h @@ -68,9 +68,6 @@ void a2dp_exit(void); 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); - int a2dp_source_request_stream(struct avdtp *session, struct device *dev, gboolean start, a2dp_stream_cb_t cb, void *user_data); |