Searched refs:remote_cid (Results 1 – 8 of 8) sorted by relevance
| /hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/ |
| D | l2c_csm.c | 444 … 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() 506 p_ccb->remote_cid = p_ci->remote_cid; in l2c_csm_w4_l2cap_connect_rsp() 515 p_ccb->remote_cid = p_ci->remote_cid; in l2c_csm_w4_l2cap_connect_rsp() 537 if (p_ccb->remote_cid != 0) { in l2c_csm_w4_l2cap_connect_rsp() 1048 … 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() 1102 … 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() 1110 … 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() 1243 UINT16_TO_STREAM (p, p_ccb->remote_cid); in l2c_enqueue_peer_data()
|
| D | l2c_main.c | 441 && (p_ccb->remote_cid == rcid)) { in process_l2cap_cmd() 483 p_ccb->remote_cid = rcid; in process_l2cap_cmd() 495 STREAM_TO_UINT16 (con_info.remote_cid, p); in process_l2cap_cmd() 502 lcid, con_info.remote_cid); in process_l2cap_cmd() 700 if (p_ccb->remote_cid == rcid) { in process_l2cap_cmd() 715 if ((p_ccb->remote_cid == rcid) && (p_ccb->local_id == id)) { in process_l2cap_cmd()
|
| D | l2c_utils.c | 604 UINT16_TO_STREAM (p, p_ccb->remote_cid); in l2cu_send_peer_connect_rsp() 623 void l2cu_reject_connection (tL2C_LCB *p_lcb, UINT16 remote_cid, UINT8 rem_id, UINT16 result) in l2cu_reject_connection() argument 636 UINT16_TO_STREAM (p, remote_cid); in l2cu_reject_connection() 693 UINT16_TO_STREAM (p, p_ccb->remote_cid); in l2cu_send_peer_config_req() 790 UINT16_TO_STREAM (p, p_ccb->remote_cid); in l2cu_send_peer_config_rsp() 902 UINT16_TO_STREAM (p, p_ccb->remote_cid); in l2cu_send_peer_config_rej() 986 UINT16_TO_STREAM (p, p_ccb->remote_cid); in l2cu_send_peer_disc_req() 1018 UINT16 remote_cid) in l2cu_send_peer_disc_rsp() argument 1036 UINT16_TO_STREAM (p, remote_cid); in l2cu_send_peer_disc_rsp() 1769 tL2C_CCB *l2cu_find_ccb_by_remote_cid (tL2C_LCB *p_lcb, UINT16 remote_cid) in l2cu_find_ccb_by_remote_cid() argument [all …]
|
| D | l2c_ucd.c | 563 p_ccb->remote_cid = L2CAP_CONNECTIONLESS_CID; in l2c_ucd_connect() 852 p_ccb->remote_cid = L2CAP_CONNECTIONLESS_CID; in l2c_ucd_check_rx_pkts()
|
| D | l2c_api.c | 738 *rcid = control_block->remote_cid; in L2CA_GetIdentifiers() 953 p_ccb->remote_cid = p_ccb->local_cid; in L2CA_LocalLoopbackReq()
|
| D | l2c_fcr.c | 540 UINT16_TO_STREAM (p, p_ccb->remote_cid); in l2c_fcr_send_S_frame() 1618 UINT16_TO_STREAM (p, p_ccb->remote_cid); in l2c_fcr_get_next_xmit_sdu_seg()
|
| D | l2c_ble.c | 835 p_ccb->remote_cid = scid; in l2cble_process_sig_cmd()
|
| /hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/include/ |
| D | l2c_int.h | 289 UINT16 remote_cid; /* Remote CID */ member 548 UINT16 remote_cid; /* Remote CID */ member 616 extern tL2C_CCB *l2cu_find_ccb_by_remote_cid (tL2C_LCB *p_lcb, UINT16 remote_cid); 628 … l2cu_send_peer_disc_rsp (tL2C_LCB *p_lcb, UINT8 remote_id, UINT16 local_cid, UINT16 remote_cid); 632 extern void l2cu_reject_connection (tL2C_LCB *p_lcb, UINT16 remote_cid, UINT8 rem_id, UINT16 re…
|