From 489c2e0dbd76d9cecec62d19fafd9e7baddb72e7 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Wed, 23 Jan 2008 13:16:02 +0000 Subject: Add mpeg12 sep registration. --- audio/avdtp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'audio/avdtp.h') diff --git a/audio/avdtp.h b/audio/avdtp.h index 241fa713..01ca50c6 100644 --- a/audio/avdtp.h +++ b/audio/avdtp.h @@ -242,6 +242,7 @@ int avdtp_close(struct avdtp *session, struct avdtp_stream *stream); int avdtp_abort(struct avdtp *session, struct avdtp_stream *stream); struct avdtp_local_sep *avdtp_register_sep(uint8_t type, uint8_t media_type, + uint8_t codec_type, struct avdtp_sep_ind *ind, struct avdtp_sep_cfm *cfm, void *user_data); -- cgit