Home | History | Annotate | Download | only in avdt

Lines Matching full:channel

42 ** Description      Derives the TCID from the channel type and SCB.
70 ** Description Derives the channel type from the TCID.
73 ** Returns Channel type value.
87 ** only media channel : tcid=1,2,3,4,5,6... type=1,1,1,1,1,1...
126 ** Description Find adaption layer transport channel table entry matching
130 ** Returns Pointer to matching entry. For control channel it returns
162 /* if control channel, tcid always zero */
172 /* if other channel, tcid is always > zero */
197 ** Description Find adaption layer transport channel table entry by LCID.
224 ** Description This function retrieves the transport channel table entry
225 ** for a particular channel.
228 ** Returns Pointer to transport channel table entry.
259 ** Description Allocate an entry in the traffic channel table.
296 ** Description Convert a transport channel table entry to an index.
314 ** L2CAP channel is closed. It looks up the CCB or SCB for
315 ** the channel and sends it a close event. The reason
338 /* if signaling channel, notify ccb that channel open */
344 /* if media or other channel, notify scb that channel close */
363 ** the L2CAP channel is opened. It looks up the CCB or SCB
364 ** for the channel and sends it an open event.
379 /* if signaling channel, notify ccb that channel open */
382 /* set the signal channel to use high priority within the ACL link */
395 /* if media or other channel, notify scb that channel open */
419 ** or SCB for the channel and sends it a congestion event.
432 /* if signaling channel, notify ccb of congestion */
438 /* if media or other channel, notify scb that channel open */
457 ** or SCB for the channel and routes the data accordingly.
472 /* if signaling channel, handle control message */
478 /* if media or other channel, send event to scb */
499 ** transport channel. It looks up the LCID of the channel
505 ** AVDT_AD_CONGESTED, if data accepted and the channel is congested
526 ** channel. This function allocates and initializes a
527 ** transport channel table entry. The channel can be opened
531 ** the table entry to listen for an incoming channel.
608 ** transport channel. The function looks up the LCID for the
609 ** channel and calls L2CA_DisconnectReq().
629 /* if we're listening on this channel, send ourselves a close ind */