Lines Matching full:l2cap
21 * This file contains the L2CAP API code
42 ** Description Other layers call this function to register for L2CAP
57 L2CAP_TRACE_API1 ("L2CAP - L2CA_Register() called for PSM: 0x%04x", psm);
69 L2CAP_TRACE_ERROR1 ("L2CAP - no cb registering PSM: 0x%04x", psm);
76 L2CAP_TRACE_ERROR1 ("L2CAP - invalid PSM value, PSM: 0x%04x", psm);
98 L2CAP_TRACE_WARNING2 ("L2CAP - no RCB available, PSM: 0x%04x vPSM: 0x%04x", psm, vpsm);
115 ** Description Other layers call this function to de-register for L2CAP
128 L2CAP_TRACE_API1 ("L2CAP - L2CA_Deregister() called for PSM: 0x%04x", psm);
154 L2CAP_TRACE_WARNING1 ("L2CAP - PSM: 0x%04x not found for deregistration", psm);
162 ** Description Other layers call this function to find an unused PSM for L2CAP
204 ** Description Higher layers call this function to create an L2CAP connection.
221 ** Description Higher layers call this function to create an L2CAP connection.
243 L2CAP_TRACE_WARNING0 ("L2CAP connect req - BTU not ready");
249 L2CAP_TRACE_WARNING1 ("L2CAP - no RCB for L2CA_conn_req, PSM: 0x%04x", psm);
260 L2CAP_TRACE_WARNING2 ("L2CAP - conn not started for PSM: 0x%04x p_lcb: 0x%08x", psm, p_lcb);
268 L2CAP_TRACE_WARNING1 ("L2CAP - no CCB for L2CA_conn_req, PSM: 0x%04x", psm);
295 /* If link is up, start the L2CAP connection */
309 L2CAP_TRACE_DEBUG0 ("L2CAP API - link disconnecting: RETRY LATER");
315 L2CAP_TRACE_API2 ("L2CAP - L2CA_conn_req(psm: 0x%04x) returned CID: 0x%04x", psm, p_ccb->local_cid);
327 ** L2CAP connection, for which they had gotten an connect
344 ** L2CAP connection, for which they had gotten an connect
365 L2CAP_TRACE_WARNING0 ("L2CAP - no LCB for L2CA_conn_rsp");
372 L2CAP_TRACE_WARNING0 ("L2CAP - no CCB for L2CA_conn_rsp");
379 L2CAP_TRACE_WARNING2 ("L2CAP - bad id in L2CA_conn_rsp. Exp: %d Got: %d", p_ccb->remote_id, id);
445 L2CAP_TRACE_WARNING1 ("L2CAP - no CCB for L2CA_cfg_req, CID: %d", cid);
462 L2CAP_TRACE_WARNING1 ("L2CAP - adjust MTU: %u too large", p_cfg->mtu);
496 L2CAP_TRACE_WARNING1 ("L2CAP - no CCB for L2CA_cfg_rsp, CID: %d", cid);
539 L2CAP_TRACE_WARNING1 ("L2CAP - no CCB for L2CA_disc_req, CID: %d", cid);
567 L2CAP_TRACE_WARNING1 ("L2CAP - no CCB for L2CA_disc_rsp, CID: %d", cid);
602 L2CAP_TRACE_WARNING0 ("L2CAP - no LCB for L2CA_ping");
618 L2CAP_TRACE_WARNING0 ("L2CAP - rejected second L2CA_ping");
625 L2CAP_TRACE_WARNING0 ("L2CAP - L2CA_ping rejected - link disconnecting");
704 ** no L2CAP channels on it. A timeout of zero means that the
712 ** established and removed. L2CAP maintains its own timer from
730 L2CAP_TRACE_WARNING1 ("L2CAP - no CCB for L2CA_SetIdleTimeout, CID: %d", cid);
751 ** a connection can remain up with no L2CAP channels on it.
756 ** then the idle timeouts for all active l2cap links will be
797 ** Description This function sets the trace level for L2CAP. If called with
816 ** Description This function sets the desire role for L2CAP.
872 L2CAP_TRACE_WARNING0 ("L2CAP loop req - BTU not ready");
879 L2CAP_TRACE_WARNING1 ("L2CAP - no RCB for L2CA_conn_req, PSM: %d", psm);
885 L2CAP_TRACE_WARNING0 ("L2CAP - no LCB for L2CA_conn_req");
895 L2CAP_TRACE_WARNING0 ("L2CAP - no CCB for L2CA_conn_req");
950 L2CAP_TRACE_WARNING2 ("L2CAP - no CCB for L2CA_FlowControl, CID: 0x%04x data_enabled: %d", cid, data_enabled);
993 L2CAP_TRACE_WARNING1 ("L2CAP - no CCB for L2CA_SendTestSFrame, CID: %d", cid);
1026 L2CAP_TRACE_WARNING1 ("L2CAP - no CCB for L2CA_SetTxPriority, CID: %d", cid);
1054 L2CAP_TRACE_WARNING1 ("L2CAP - no CCB for L2CA_SetChnlDataRate, CID: %d", cid);
1115 /* convert L2CAP flush_to to 0.625 ms units, with round */
1118 /* if L2CAP flush_to within range of HCI, set HCI flush timeout */
1509 ** a connection can remain up with no L2CAP channels on it.
1514 ** then the idle timeouts for all active l2cap links will be
1550 ** Description This function returns configurations of L2CAP channel
1664 L2CAP_TRACE_WARNING1 ("L2CAP - no CCB for L2CA_SetChnlFlushability, CID: %d", cid);