Home | History | Annotate | Download | only in mcap

Lines Matching full:channel

63 **                  channel PSM. 0, if not found.
90 ** channel PSM. 0, if not found.
117 ** control channel.
158 ** data channel.
198 ** Description Find the transport channel table entry by LCID.
288 ** L2CAP channel is closed. It looks up the CCB or DCB for
289 ** the channel and sends it a close event. The reason
309 /* Check if the transport channel is in use */
319 /* if control channel, notify ccb that channel close */
325 /* notify dcb that channel close */
343 ** the L2CAP channel is opened. It looks up the CCB or DCB
344 ** for the channel and sends it an open event.
368 /* if control channel, notify ccb that channel open */
375 /* must be data channel, notify dcb that channel open */
396 ** or DCB for the channel and sends it a congestion event.
410 /* if control channel, notify ccb of congestion */
416 /* notify dcb that channel open */
435 ** or DCB for the channel and routes the data accordingly.
451 /* if control channel, handle control message */