Searched refs:l2cu_send_peer_disc_rsp (Results 1 – 5 of 5) sorted by relevance
/system/bt/stack/l2cap/ |
D | l2c_csm.cc | 476 l2cu_send_peer_disc_rsp(p_ccb->p_lcb, p_ccb->remote_id, p_ccb->local_cid, in l2c_csm_term_w4_sec_comp() 1175 l2cu_send_peer_disc_rsp(p_ccb->p_lcb, p_ccb->remote_id, p_ccb->local_cid, in l2c_csm_w4_l2cap_disconnect_rsp() 1231 l2cu_send_peer_disc_rsp(p_ccb->p_lcb, p_ccb->remote_id, p_ccb->local_cid, in l2c_csm_w4_l2ca_disconnect_rsp() 1242 l2cu_send_peer_disc_rsp(p_ccb->p_lcb, p_ccb->remote_id, p_ccb->local_cid, in l2c_csm_w4_l2ca_disconnect_rsp()
|
D | l2c_int.h | 626 extern void l2cu_send_peer_disc_rsp(tL2C_LCB* p_lcb, uint8_t remote_id,
|
D | l2c_main.cc | 709 l2cu_send_peer_disc_rsp(p_lcb, id, lcid, rcid); in process_l2cap_cmd()
|
D | l2c_ble.cc | 733 l2cu_send_peer_disc_rsp(p_lcb, id, lcid, rcid); in l2cble_process_sig_cmd()
|
D | l2c_utils.cc | 901 void l2cu_send_peer_disc_rsp(tL2C_LCB* p_lcb, uint8_t remote_id, in l2cu_send_peer_disc_rsp() function
|