Lines Matching full:l2cap
21 * This is the implementation file for the MCAP at L2CAP Interface.
34 /* L2CAP callback function structure */
90 /* Send response to the L2CAP layer. */
96 /* Send L2CAP config req */
129 /* Send L2CAP config req */
143 ** Description This is the L2CAP connect indication callback function.
197 /* Send L2CAP connect rsp */
200 /* if result ok, proceed with connection and send L2CAP
207 /* Send L2CAP config req */
218 ** Description This is the L2CAP connect indication callback function.
266 /* Send L2CAP connect rsp */
275 /* Send L2CAP config req */
285 ** Description This is the L2CAP connect confirm callback function.
314 /* Send L2CAP config req */
355 ** Description This is the L2CAP config confirm callback function.
386 /* Send L2CAP disconnect req */
397 ** Description This is the L2CAP config indication callback function.
426 /* send L2CAP configure response */
450 ** Description This is the L2CAP disconnect indication callback function.
468 /* send L2CAP disconnect response */
483 ** Description This is the L2CAP disconnect confirm callback function.
508 ** Description This is the L2CAP congestion indication callback function.
529 ** Description This is the L2CAP data indication callback function.
553 ** Description This function calls L2CA_ConnectReq() to initiate a L2CAP channel.