Home
last modified time | relevance | path

Searched refs:remote_cid (Results 1 – 7 of 7) sorted by relevance

/system/bt/stack/l2cap/
Dl2c_csm.c470 … l2cu_send_peer_disc_rsp (p_ccb->p_lcb, p_ccb->remote_id, p_ccb->local_cid, p_ccb->remote_cid); in l2c_csm_term_w4_sec_comp()
535 p_ccb->remote_cid = p_ci->remote_cid; in l2c_csm_w4_l2cap_connect_rsp()
544 p_ccb->remote_cid = p_ci->remote_cid; in l2c_csm_w4_l2cap_connect_rsp()
567 if (p_ccb->remote_cid != 0) in l2c_csm_w4_l2cap_connect_rsp()
1104 … l2cu_send_peer_disc_rsp (p_ccb->p_lcb, p_ccb->remote_id, p_ccb->local_cid, p_ccb->remote_cid); in l2c_csm_w4_l2cap_disconnect_rsp()
1161 … l2cu_send_peer_disc_rsp (p_ccb->p_lcb, p_ccb->remote_id, p_ccb->local_cid, p_ccb->remote_cid); in l2c_csm_w4_l2ca_disconnect_rsp()
1169 … l2cu_send_peer_disc_rsp (p_ccb->p_lcb, p_ccb->remote_id, p_ccb->local_cid, p_ccb->remote_cid); in l2c_csm_w4_l2ca_disconnect_rsp()
1306 UINT16_TO_STREAM (p, p_ccb->remote_cid); in l2c_enqueue_peer_data()
Dl2c_main.c409 && (p_ccb->remote_cid == rcid)) in process_l2cap_cmd()
459 p_ccb->remote_cid = rcid; in process_l2cap_cmd()
465 STREAM_TO_UINT16 (con_info.remote_cid, p); in process_l2cap_cmd()
473 lcid, con_info.remote_cid); in process_l2cap_cmd()
688 if (p_ccb->remote_cid == rcid) in process_l2cap_cmd()
705 if ((p_ccb->remote_cid == rcid) && (p_ccb->local_id == id)) in process_l2cap_cmd()
Dl2c_int.h263 UINT16 remote_cid; /* Remote CID */ member
509 UINT16 remote_cid; /* Remote CID */ member
575 extern tL2C_CCB *l2cu_find_ccb_by_remote_cid (tL2C_LCB *p_lcb, UINT16 remote_cid);
587 … l2cu_send_peer_disc_rsp (tL2C_LCB *p_lcb, UINT8 remote_id, UINT16 local_cid, UINT16 remote_cid);
591 extern void l2cu_reject_connection (tL2C_LCB *p_lcb, UINT16 remote_cid, UINT8 rem_id, UINT16 re…
Dl2c_utils.c536 UINT16_TO_STREAM (p, p_ccb->remote_cid); in l2cu_send_peer_connect_rsp()
555 void l2cu_reject_connection (tL2C_LCB *p_lcb, UINT16 remote_cid, UINT8 rem_id, UINT16 result) in l2cu_reject_connection() argument
569 UINT16_TO_STREAM (p, remote_cid); in l2cu_reject_connection()
621 UINT16_TO_STREAM (p, p_ccb->remote_cid); in l2cu_send_peer_config_req()
720 UINT16_TO_STREAM (p, p_ccb->remote_cid); in l2cu_send_peer_config_rsp()
841 UINT16_TO_STREAM (p, p_ccb->remote_cid); in l2cu_send_peer_config_rej()
934 UINT16_TO_STREAM (p, p_ccb->remote_cid); in l2cu_send_peer_disc_req()
969 UINT16 remote_cid) in l2cu_send_peer_disc_rsp() argument
983 UINT16_TO_STREAM (p, remote_cid); in l2cu_send_peer_disc_rsp()
1767 tL2C_CCB *l2cu_find_ccb_by_remote_cid (tL2C_LCB *p_lcb, UINT16 remote_cid) in l2cu_find_ccb_by_remote_cid() argument
[all …]
Dl2c_ucd.c604 p_ccb->remote_cid = L2CAP_CONNECTIONLESS_CID; in l2c_ucd_connect()
925 p_ccb->remote_cid = L2CAP_CONNECTIONLESS_CID; in l2c_ucd_check_rx_pkts()
Dl2c_api.c762 *rcid = control_block->remote_cid; in L2CA_GetIdentifiers()
982 p_ccb->remote_cid = p_ccb->local_cid; in L2CA_LocalLoopbackReq()
Dl2c_fcr.c551 UINT16_TO_STREAM (p, p_ccb->remote_cid); in l2c_fcr_send_S_frame()
1711 UINT16_TO_STREAM (p, p_ccb->remote_cid); in l2c_fcr_get_next_xmit_sdu_seg()