Lines Matching defs:avdtp_stream
338 struct avdtp_stream { struct
339 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;
348 guint io_id; /* Transport GSource ID */
349 guint timer; /* Waiting for other side to close or open
351 gboolean open_acp; /* If we are in ACT role for Open */
352 gboolean close_int; /* If we are in INT role for Close */
376 GSList *streams; /* Elements of type struct avdtp_stream * */ argument