diff options
Diffstat (limited to 'audio/avdtp.h')
-rw-r--r-- | audio/avdtp.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); |