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/ |
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() 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()
|
D | l2c_main.c | 677 l2cu_send_peer_disc_rsp (p_lcb, id, lcid, rcid); in process_l2cap_cmd()
|
D | l2c_ble.c | 856 l2cu_send_peer_disc_rsp(p_lcb, id, lcid, rcid); in l2cble_process_sig_cmd()
|
D | l2c_utils.c | 1013 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/ |
D | l2c_int.h | 628 extern void l2cu_send_peer_disc_rsp (tL2C_LCB *p_lcb, UINT8 remote_id, UINT16 local_cid, UINT16…
|