Searched defs:avdtp_stream (Results 1 – 1 of 1) sorted by relevance
338 struct avdtp_stream { struct339 GIOChannel *io;340 uint16_t imtu;341 uint16_t omtu;342 struct avdtp *session;343 struct avdtp_local_sep *lsep;344 uint8_t rseid;345 GSList *caps;346 GSList *callbacks;347 struct avdtp_service_capability *codec;[all …]