Searched refs:l2c_link_check_send_pkts (Results 1 – 9 of 9) sorted by relevance
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/l2cap/ |
D | l2c_utils.c | 526 l2c_link_check_send_pkts (p_lcb, NULL, p_buf); in l2cu_send_peer_cmd_reject() 563 l2c_link_check_send_pkts (p_ccb->p_lcb, NULL, p_buf); in l2cu_send_peer_connect_req() 604 l2c_link_check_send_pkts (p_ccb->p_lcb, NULL, p_buf); in l2cu_send_peer_connect_rsp() 636 l2c_link_check_send_pkts (p_lcb, NULL, p_buf); in l2cu_reject_connection() 742 l2c_link_check_send_pkts (p_ccb->p_lcb, NULL, p_buf); in l2cu_send_peer_config_req() 834 l2c_link_check_send_pkts (p_ccb->p_lcb, NULL, p_buf); in l2cu_send_peer_config_rsp() 951 l2c_link_check_send_pkts (p_ccb->p_lcb, NULL, p_buf); in l2cu_send_peer_config_rej() 991 l2c_link_check_send_pkts (p_ccb->p_lcb, p_ccb, p_buf2); in l2cu_send_peer_disc_req() 995 l2c_link_check_send_pkts (p_ccb->p_lcb, NULL, p_buf); in l2cu_send_peer_disc_req() 1034 l2c_link_check_send_pkts (p_lcb, NULL, p_buf); in l2cu_send_peer_disc_rsp() [all …]
|
D | l2c_link.c | 654 l2c_link_check_send_pkts (p_lcb, NULL, NULL); in l2c_link_timeout() 1022 void l2c_link_check_send_pkts (tL2C_LCB *p_lcb, tL2C_CCB *p_ccb, BT_HDR *p_buf) in l2c_link_check_send_pkts() function 1410 l2c_link_check_send_pkts (p_lcb, NULL, NULL); in l2c_link_process_num_completed_pkts() 1416 l2c_link_check_send_pkts (NULL, NULL, NULL); in l2c_link_process_num_completed_pkts() 1423 l2c_link_check_send_pkts (NULL, NULL, NULL); in l2c_link_process_num_completed_pkts() 1502 l2c_link_check_send_pkts (p_lcb, NULL, NULL); in l2c_link_segments_xmitted()
|
D | l2c_csm.c | 739 l2c_link_check_send_pkts (p_ccb->p_lcb, NULL, NULL); in l2c_csm_config() 819 l2c_link_check_send_pkts (p_ccb->p_lcb, NULL, NULL); in l2c_csm_config() 992 l2c_link_check_send_pkts (p_ccb->p_lcb, NULL, NULL); in l2c_csm_open()
|
D | l2c_fcr.c | 579 l2c_link_check_send_pkts (p_ccb->p_lcb, NULL, p_buf); in l2c_fcr_send_S_frame() 798 l2c_link_check_send_pkts (p_ccb->p_lcb, NULL, NULL); in l2c_fcr_proc_pdu() 1502 l2c_link_check_send_pkts (p_ccb->p_lcb, NULL, NULL); in retransmit_i_frames()
|
D | l2c_ucd.c | 736 l2c_link_check_send_pkts (p_ccb->p_lcb, NULL, NULL); in l2c_ucd_send_pending_out_sec_q()
|
D | l2c_main.c | 303 l2c_link_check_send_pkts (p_ccb->p_lcb, NULL, NULL); in l2c_rcv_acl_data()
|
D | l2c_api.c | 1847 l2c_link_check_send_pkts (p_lcb, NULL, NULL); in L2CA_SendFixedChnlData()
|
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/btm/ |
D | btm_pm.c | 781 l2c_link_check_send_pkts(p_lcb, NULL, NULL); in btm_pm_proc_mode_change()
|
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/l2cap/include/ |
D | l2c_int.h | 723 extern void l2c_link_check_send_pkts (tL2C_LCB *p_lcb, tL2C_CCB *p_ccb, BT_HDR *p_buf);
|