Lines Matching refs:lcid
278 UINT16 rej_reason, rej_mtu, lcid, rcid, info_type; in process_l2cap_cmd() local
354 STREAM_TO_UINT16 (lcid, p); in process_l2cap_cmd()
356 … L2CAP_TRACE_WARNING ("L2CAP - rej with CID invalid, LCID: 0x%04x RCID: 0x%04x", lcid, rcid); in process_l2cap_cmd()
359 if (((p_ccb = l2cu_find_ccb_by_cid (p_lcb, lcid)) != NULL) in process_l2cap_cmd()
417 STREAM_TO_UINT16 (lcid, p); in process_l2cap_cmd()
421 if ((p_ccb = l2cu_find_ccb_by_cid (p_lcb, lcid)) == NULL) in process_l2cap_cmd()
424 lcid, con_info.remote_cid); in process_l2cap_cmd()
448 STREAM_TO_UINT16 (lcid, p); in process_l2cap_cmd()
530 if ((p_ccb = l2cu_find_ccb_by_cid (p_lcb, lcid)) != NULL) in process_l2cap_cmd()
551 STREAM_TO_UINT16 (lcid, p); in process_l2cap_cmd()
613 if ((p_ccb = l2cu_find_ccb_by_cid (p_lcb, lcid)) != NULL) in process_l2cap_cmd()
628 L2CAP_TRACE_WARNING ("L2CAP - rcvd cfg rsp for unknown CID: 0x%04x", lcid); in process_l2cap_cmd()
633 STREAM_TO_UINT16 (lcid, p); in process_l2cap_cmd()
636 if ((p_ccb = l2cu_find_ccb_by_cid (p_lcb, lcid)) != NULL) in process_l2cap_cmd()
645 l2cu_send_peer_disc_rsp (p_lcb, id, lcid, rcid); in process_l2cap_cmd()
651 STREAM_TO_UINT16 (lcid, p); in process_l2cap_cmd()
653 if ((p_ccb = l2cu_find_ccb_by_cid (p_lcb, lcid)) != NULL) in process_l2cap_cmd()