Lines Matching full:l2cap
74 ** Description This function registers BNEP PSM with L2CAP
81 /* Initialize the L2CAP configuration. We only care about MTU and flush */
98 /* Now, register with L2CAP */
114 ** from L2CAP. This is the case where we are acting as a
136 /* Save the L2CAP Channel ID. */
139 /* Send response to the L2CAP layer. */
148 BNEP_TRACE_EVENT1("BNEP - Rcvd L2CAP conn ind, CID: 0x%x", p_bcb->l2cap_cid);
158 ** from L2CAP. This is the case when we are acting as a
208 ** Description This function processes the L2CAP configuration indication
222 BNEP_TRACE_WARNING1 ("BNEP - Rcvd L2CAP cfg ind, unknown CID: 0x%x", l2cap_cid);
282 ** Description This function processes the L2CAP configuration confirmation
297 BNEP_TRACE_WARNING1 ("BNEP - Rcvd L2CAP cfg ind, unknown CID: 0x%x", l2cap_cid);
341 ** Description This function handles a disconnect event from L2CAP. If
357 BNEP_TRACE_WARNING1 ("BNEP - Rcvd L2CAP disc, unknown CID: 0x%x", l2cap_cid);
361 BNEP_TRACE_EVENT1 ("BNEP - Rcvd L2CAP disc, CID: 0x%x", l2cap_cid);
385 ** Description This function gets the disconnect confirm event from L2CAP
392 BNEP_TRACE_EVENT2 ("BNEP - Rcvd L2CAP disc cfm, CID: 0x%x, Result 0x%x", l2cap_cid, result);
401 ** Description This is a callback function called by L2CAP when
412 BNEP_TRACE_WARNING1 ("BNEP - Rcvd L2CAP cong, unknown CID: 0x%x", l2cap_cid);
452 ** Description This function is called when data is received from L2CAP.
477 BNEP_TRACE_WARNING1 ("BNEP - Rcvd L2CAP data, unknown CID: 0x%x", l2cap_cid);
499 BNEP_TRACE_WARNING2 ("BNEP - Ignored L2CAP data while in state: %d, CID: 0x%x",
667 ** is an L2CAP timeout, we send a disconnect req to L2CAP.