Home | History | Annotate | Download | only in l2cap

Lines Matching full:remote_cid

467     UINT16_TO_STREAM (p, p_ccb->remote_cid);
486 void l2cu_reject_connection (tL2C_LCB *p_lcb, UINT16 remote_cid, UINT8 rem_id, UINT16 result)
500 UINT16_TO_STREAM (p, remote_cid);
552 UINT16_TO_STREAM (p, p_ccb->remote_cid);
651 UINT16_TO_STREAM (p, p_ccb->remote_cid);
759 UINT16_TO_STREAM (p, p_ccb->remote_cid);
837 UINT16_TO_STREAM (p, p_ccb->remote_cid);
872 UINT16 remote_cid)
886 UINT16_TO_STREAM (p, remote_cid);
1645 tL2C_CCB *l2cu_find_ccb_by_remote_cid (tL2C_LCB *p_lcb, UINT16 remote_cid)
1657 if ((p_ccb->in_use) && (p_ccb->remote_cid == remote_cid))
2592 p_ccb->remote_cid = fixed_cid;