summaryrefslogtreecommitdiff
path: root/android/avdtp.h
diff options
context:
space:
mode:
Diffstat (limited to 'android/avdtp.h')
-rw-r--r--android/avdtp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/android/avdtp.h b/android/avdtp.h
index 7fdf597c4..9d683c48a 100644
--- a/android/avdtp.h
+++ b/android/avdtp.h
@@ -268,6 +268,8 @@ struct avdtp_local_sep *avdtp_register_sep(uint8_t type, uint8_t media_type,
struct avdtp_sep_ind *ind,
struct avdtp_sep_cfm *cfm,
void *user_data);
+void avdtp_sep_set_vendor_codec(struct avdtp_local_sep *sep, uint32_t vendor_id,
+ uint16_t codec_id);
/* Find a matching pair of local and remote SEP ID's */
struct avdtp_remote_sep *avdtp_find_remote_sep(struct avdtp *session,