Lines Matching refs:remote_cid
546 UINT16_TO_STREAM (p, p_ccb->remote_cid); in l2cu_send_peer_connect_rsp()
565 void l2cu_reject_connection (tL2C_LCB *p_lcb, UINT16 remote_cid, UINT8 rem_id, UINT16 result) in l2cu_reject_connection() argument
579 UINT16_TO_STREAM (p, remote_cid); in l2cu_reject_connection()
631 UINT16_TO_STREAM (p, p_ccb->remote_cid); in l2cu_send_peer_config_req()
730 UINT16_TO_STREAM (p, p_ccb->remote_cid); in l2cu_send_peer_config_rsp()
843 UINT16_TO_STREAM (p, p_ccb->remote_cid); in l2cu_send_peer_config_rej()
942 UINT16_TO_STREAM (p, p_ccb->remote_cid); in l2cu_send_peer_disc_req()
976 UINT16 remote_cid) in l2cu_send_peer_disc_rsp() argument
990 UINT16_TO_STREAM (p, remote_cid); in l2cu_send_peer_disc_rsp()
1768 tL2C_CCB *l2cu_find_ccb_by_remote_cid (tL2C_LCB *p_lcb, UINT16 remote_cid) in l2cu_find_ccb_by_remote_cid() argument
1780 if ((p_ccb->in_use) && (p_ccb->remote_cid == remote_cid)) in l2cu_find_ccb_by_remote_cid()
2764 p_ccb->remote_cid = fixed_cid; in l2cu_initialize_fixed_ccb()
3267 UINT16_TO_STREAM (p, p_ccb->remote_cid); in l2cu_send_peer_ble_credit_based_disconn_req()