Home | History | Annotate | Download | only in avdt

Lines Matching full:channel

40 ** Description      Derives the TCID from the channel type and SCB.
68 ** Description Derives the channel type from the TCID.
71 ** Returns Channel type value.
85 ** only media channel : tcid=1,2,3,4,5,6... type=1,1,1,1,1,1...
124 ** Description Find adaption layer transport channel table entry matching
128 ** Returns Pointer to matching entry. For control channel it returns
160 /* if control channel, tcid always zero */
170 /* if other channel, tcid is always > zero */
195 ** Description Find adaption layer transport channel table entry by LCID.
222 ** Description This function retrieves the transport channel table entry
223 ** for a particular channel.
226 ** Returns Pointer to transport channel table entry.
257 ** Description Allocate an entry in the traffic channel table.
293 ** Description Convert a transport channel table entry to an index.
311 ** L2CAP channel is closed. It looks up the CCB or SCB for
312 ** the channel and sends it a close event. The reason
334 /* if signaling channel, notify ccb that channel open */
340 /* if media or other channel, notify scb that channel close */
359 ** the L2CAP channel is opened. It looks up the CCB or SCB
360 ** for the channel and sends it an open event.
375 /* if signaling channel, notify ccb that channel open */
378 /* set the signal channel to use high priority within the ACL link */
391 /* if media or other channel, notify scb that channel open */
415 ** or SCB for the channel and sends it a congestion event.
428 /* if signaling channel, notify ccb of congestion */
434 /* if media or other channel, notify scb that channel open */
453 ** or SCB for the channel and routes the data accordingly.
468 /* if signaling channel, handle control message */
474 /* if media or other channel, send event to scb */
492 ** transport channel. It looks up the LCID of the channel
498 ** AVDT_AD_CONGESTED, if data accepted and the channel is congested
519 ** channel. This function allocates and initializes a
520 ** transport channel table entry. The channel can be opened
524 ** the table entry to listen for an incoming channel.
596 ** transport channel. The function looks up the LCID for the
597 ** channel and calls L2CA_DisconnectReq().
617 /* if we're listening on this channel, send ourselves a close ind */