Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/l2cap/
Dl2c_csm.c444l2cu_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()
1048l2cu_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()
1102l2cu_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()
1110l2cu_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.c677 l2cu_send_peer_disc_rsp (p_lcb, id, lcid, rcid); in process_l2cap_cmd()
Dl2c_ble.c856 l2cu_send_peer_disc_rsp(p_lcb, id, lcid, rcid); in l2cble_process_sig_cmd()
Dl2c_utils.c1013 void l2cu_send_peer_disc_rsp (tL2C_LCB *p_lcb, UINT8 remote_id, UINT16 local_cid, in l2cu_send_peer_disc_rsp() function
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/l2cap/include/
Dl2c_int.h628 extern void l2cu_send_peer_disc_rsp (tL2C_LCB *p_lcb, UINT8 remote_id, UINT16 local_cid, UINT16…