Home | History | Annotate | Download | only in gap

Lines Matching defs:cid

40 static tGAP_CCB *gap_find_ccb_by_cid (UINT16 cid);
126 UINT16 cid;
226 if (p_rem_bda && ((cid = L2CA_CONNECT_REQ (p_ccb->psm, p_rem_bda, &p_ccb->ertm_info, &bt_uuid)) != 0))
228 p_ccb->connection_id = cid;
763 GAP_TRACE_EVENT1("GAP_CONN - Rcvd L2CAP conn ind, CID: 0x%x", p_ccb->connection_id);
837 /* Find CCB based on CID */
882 /* Find CCB based on CID */
931 /* Find CCB based on CID */
969 GAP_TRACE_EVENT1 ("GAP_CONN - Rcvd L2CAP disc, CID: 0x%x", l2cap_cid);
971 /* Find CCB based on CID */
996 /* Find CCB based on CID */
1037 GAP_TRACE_EVENT2 ("GAP_CONN - Rcvd L2CAP Is Congested (%d), CID: 0x%x",
1040 /* Find CCB based on CID */
1072 ** passed CID.
1077 static tGAP_CCB *gap_find_ccb_by_cid (UINT16 cid)
1085 if ((p_ccb->con_state != GAP_CCB_STATE_IDLE) && (p_ccb->connection_id == cid))