Home | History | Annotate | Download | only in hid

Lines Matching full:l2cap

89     /* Initialize the L2CAP configuration. We only care about MTU and flush */
97 /* Now, register with L2CAP */
173 /* Send response to the L2CAP layer. */
194 ** from L2CAP. This is the case where we are acting as a
207 HIDH_TRACE_EVENT2 ("HID-Host Rcvd L2CAP conn ind, PSM: 0x%04x CID 0x%x", psm, l2cap_cid);
224 HIDH_TRACE_WARNING0 ("HID-Host Rcvd INTR L2CAP conn ind, but no CTL channel");
229 HIDH_TRACE_WARNING1 ("HID-Host Rcvd INTR L2CAP conn ind, wrong state: %d",
242 HIDH_TRACE_WARNING1 ("HID-Host - Rcvd CTL L2CAP conn ind, wrong state: %d",
278 /* Send response to the L2CAP layer. */
284 HIDH_TRACE_EVENT2 ("HID-Host Rcvd L2CAP conn ind, sent config req, PSM: 0x%04x CID 0x%x",
330 /* Check if L2CAP started the connection process for interrupt channel */
371 ** from L2CAP. This is the case when we are acting as a
452 ** Description This function processes the L2CAP configuration indication
473 HIDH_TRACE_WARNING1 ("HID-Host Rcvd L2CAP cfg ind, unknown CID: 0x%x", l2cap_cid);
513 ** Description This function processes the L2CAP configuration confirmation
533 HIDH_TRACE_WARNING1 ("HID-Host Rcvd L2CAP cfg ind, unknown CID: 0x%x", l2cap_cid);
567 ** Description This function handles a disconnect event from L2CAP. If
586 HIDH_TRACE_WARNING1 ("HID-Host Rcvd L2CAP disc, unknown CID: 0x%x", l2cap_cid);
593 HIDH_TRACE_EVENT1 ("HID-Host Rcvd L2CAP disc, CID: 0x%x", l2cap_cid);
648 ** Description This function handles a disconnect confirm event from L2CAP.
664 HIDH_TRACE_WARNING1 ("HID-Host Rcvd L2CAP disc cfm, unknown CID: 0x%x", l2cap_cid);
668 HIDH_TRACE_EVENT1 ("HID-Host Rcvd L2CAP disc cfm, CID: 0x%x", l2cap_cid);
688 ** Description This function handles a congestion status event from L2CAP.
704 HIDH_TRACE_WARNING1 ("HID-Host Rcvd L2CAP congestion status, unknown CID: 0x%x", l2cap_cid);
708 HIDH_TRACE_EVENT2 ("HID-Host Rcvd L2CAP congestion status, CID: 0x%x Cong: %d", l2cap_cid, congested);
724 ** Description This function is called when data is received from L2CAP.
750 HIDH_TRACE_WARNING1 ("HID-Host Rcvd L2CAP data, unknown CID: 0x%x", l2cap_cid);
924 /* Send the buffer through L2CAP */
973 L2CAP started the connection process */