Home | History | Annotate | Download | only in audio

Lines Matching refs:sep

43 /* SEP capability categories */
73 /* SEP types definitions */
175 struct avdtp_local_sep *sep,
195 struct avdtp_local_sep *sep,
198 gboolean (*close) (struct avdtp *session, struct avdtp_local_sep *sep,
201 gboolean (*abort) (struct avdtp *session, struct avdtp_local_sep *sep,
229 uint8_t avdtp_get_seid(struct avdtp_remote_sep *sep);
231 uint8_t avdtp_get_type(struct avdtp_remote_sep *sep);
233 struct avdtp_service_capability *avdtp_get_codec(struct avdtp_remote_sep *sep);
235 gboolean avdtp_get_delay_reporting(struct avdtp_remote_sep *sep);
237 struct avdtp_stream *avdtp_get_stream(struct avdtp_remote_sep *sep);
295 /* Find a matching pair of local and remote SEP ID's */
299 int avdtp_unregister_sep(struct avdtp_local_sep *sep);
301 avdtp_state_t avdtp_sep_get_state(struct avdtp_local_sep *sep);