Home | History | Annotate | Download | only in gap

Lines Matching full:l2cap

93 ** Description      This function is called to open an L2CAP connection.
177 /* Register the PSM with L2CAP */
209 p_ccb->con_flags |= GAP_CCB_FLAGS_SEC_DONE; /* assume btm/l2cap would handle it */
225 /* Check if L2CAP started the connection process */
465 /* Send the buffer through L2CAP */
550 /* Send the buffer through L2CAP */
608 ** no L2CAP channels on it. A timeout of zero means that the
696 ** Description Returns the L2CAP channel id
700 ** Returns UINT16 - The L2CAP channel id
720 ** from L2CAP. This is the case where we are acting as a
760 /* Send response to the L2CAP layer. */
763 GAP_TRACE_EVENT1("GAP_CONN - Rcvd L2CAP conn ind, CID: 0x%x", p_ccb->connection_id);
773 ** Description This function processes the L2CAP configuration indication
827 ** from L2CAP. This is the case when we are acting as a
871 ** Description This function processes the L2CAP configuration indication
921 ** Description This function processes the L2CAP configuration confirmation
959 ** Description This function handles a disconnect event from L2CAP. If
969 GAP_TRACE_EVENT1 ("GAP_CONN - Rcvd L2CAP disc, CID: 0x%x", l2cap_cid);
987 ** Description This function is called when data is received from L2CAP.
1026 ** Description This is a callback function called by L2CAP when
1027 ** data L2CAP congestion status changes
1037 GAP_TRACE_EVENT2 ("GAP_CONN - Rcvd L2CAP Is Congested (%d), CID: 0x%x",
1181 /* If no-one else is using the PSM, deregister from L2CAP */
1253 /* Send the buffer through L2CAP */