Home | History | Annotate | Download | only in sdp

Lines Matching full:l2cap

85     /* Initialize the L2CAP configuration. We only care about MTU and flush */
132 /* Now, register with L2CAP */
165 ** from L2CAP. This is the case where we are acting as a
187 /* Send response to the L2CAP layer. */
209 SDP_TRACE_EVENT1 ("SDP - Rcvd L2CAP conn ind, sent config req, CID 0x%x", p_ccb->connection_id);
222 ** from L2CAP. This is the case when we are acting as a
300 ** Description This function processes the L2CAP configuration indication
313 SDP_TRACE_WARNING1 ("SDP - Rcvd L2CAP cfg ind, unknown CID: 0x%x", l2cap_cid);
394 ** Description This function processes the L2CAP configuration confirmation
409 SDP_TRACE_WARNING1 ("SDP - Rcvd L2CAP cfg ind, unknown CID: 0x%x", l2cap_cid);
452 ** Description This function handles a disconnect event from L2CAP. If
465 SDP_TRACE_WARNING1 ("SDP - Rcvd L2CAP disc, unknown CID: 0x%x", l2cap_cid);
472 SDP_TRACE_EVENT1 ("SDP - Rcvd L2CAP disc, CID: 0x%x", l2cap_cid);
490 ** Description This function is called when data is received from L2CAP.
517 SDP_TRACE_WARNING2 ("SDP - Ignored L2CAP data while in state: %d, CID: 0x%x",
523 SDP_TRACE_WARNING1 ("SDP - Rcvd L2CAP data, unknown CID: 0x%x", l2cap_cid);
572 /* Check if L2CAP started the connection process */
647 /* If at setup state, we may not get callback ind from L2CAP */
666 ** Description This function handles a disconnect confirm event from L2CAP.
678 SDP_TRACE_WARNING1 ("SDP - Rcvd L2CAP disc cfm, unknown CID: 0x%x", l2cap_cid);
682 SDP_TRACE_EVENT1 ("SDP - Rcvd L2CAP disc cfm, CID: 0x%x", l2cap_cid);
701 ** a disconnect request to L2CAP.