Home
last modified time | relevance | path

Searched refs:remote_id (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/l2cap/
Dl2c_csm.c408 p_ccb->p_rcb->psm, p_ccb->remote_id); in l2c_csm_term_w4_sec_comp()
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()
642 p_ccb->remote_id); in l2c_csm_w4_l2ca_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()
Dl2c_main.c459 p_ccb->remote_id = id; in process_l2cap_cmd()
576 p_ccb->remote_id = id; in process_l2cap_cmd()
673 p_ccb->remote_id = id; in process_l2cap_cmd()
Dl2c_utils.c591 …cu_build_header(p_ccb->p_lcb, L2CAP_CONN_RSP_LEN, L2CAP_CMD_CONN_RSP, p_ccb->remote_id)) == NULL) { in l2cu_send_peer_connect_rsp()
779 L2CAP_CMD_CONFIG_RSP, p_ccb->remote_id)) == NULL ) { in l2cu_send_peer_config_rsp()
894 UINT8_TO_STREAM (p, p_ccb->remote_id); in l2cu_send_peer_config_rej()
1013 void l2cu_send_peer_disc_rsp (tL2C_LCB *p_lcb, UINT8 remote_id, UINT16 local_cid, in l2cu_send_peer_disc_rsp() argument
1024 …if ((p_buf = l2cu_build_header(p_lcb, L2CAP_DISC_RSP_LEN, L2CAP_CMD_DISC_RSP, remote_id)) == NULL)… in l2cu_send_peer_disc_rsp()
1170 void l2cu_send_peer_info_rsp (tL2C_LCB *p_lcb, UINT8 remote_id, UINT16 info_type) in l2cu_send_peer_info_rsp() argument
1196 if ((p_buf = l2cu_build_header(p_lcb, len, L2CAP_CMD_INFO_RSP, remote_id)) == NULL) { in l2cu_send_peer_info_rsp()
3094 L2CAP_CMD_BLE_CREDIT_BASED_CONN_RES, p_ccb->remote_id)) == NULL ) in l2cu_send_peer_ble_credit_based_conn_res()
Dl2c_api.c412 if (p_ccb->remote_id != id) { in L2CA_ErtmConnectRsp()
413 … L2CAP_TRACE_WARNING ("L2CAP - bad id in L2CA_conn_rsp. Exp: %d Got: %d", p_ccb->remote_id, id); in L2CA_ErtmConnectRsp()
1558 if (p_ccb->remote_id != id) in L2CA_ConnectLECocRsp()
1560 L2CAP_TRACE_WARNING("%s bad id. Expected: %d Got: %d", __func__, p_ccb->remote_id, id); in L2CA_ConnectLECocRsp()
/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/l2cap/include/
Dl2c_int.h303 UINT8 remote_id; /* Transaction ID for local */ member
628 extern void l2cu_send_peer_disc_rsp (tL2C_LCB *p_lcb, UINT8 remote_id, UINT16 local_cid, UINT16…