HomeSort by relevance Sort by last modified time
    Searched refs:avdtp_remote_sep (Results 1 - 5 of 5) sorted by null

  /external/bluetooth/bluez/audio/
avdtp.h 34 struct avdtp_remote_sep;
226 struct avdtp_remote_sep *avdtp_get_remote_sep(struct avdtp *session,
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);
260 struct avdtp_remote_sep *avdtp_stream_get_remote_sep(
268 struct avdtp_remote_sep *rsep,
296 struct avdtp_remote_sep *avdtp_find_remote_sep(struct avdtp *session
    [all...]
a2dp.h 144 struct a2dp_sep *a2dp_get(struct avdtp *session, struct avdtp_remote_sep *sep);
avdtp.c 315 struct avdtp_remote_sep { struct
402 GSList *seps; /* Elements of type struct avdtp_remote_sep * */
740 static struct avdtp_remote_sep *find_remote_sep(GSList *seps, uint8_t seid)
745 struct avdtp_remote_sep *sep = l->data;
779 struct avdtp_remote_sep *rsep;
1264 struct avdtp_remote_sep *avdtp_find_remote_sep(struct avdtp *session,
1273 struct avdtp_remote_sep *sep = l->data;
    [all...]
a2dp.c 94 struct avdtp_remote_sep *rsep;
    [all...]
unix.c 652 struct avdtp_remote_sep *rsep = seps->data;
927 struct avdtp_remote_sep *rsep;
    [all...]

Completed in 21 milliseconds