Searched refs:l2c_link_check_send_pkts (Results 1 – 7 of 7) sorted by relevance
/system/bt/stack/l2cap/ |
D | l2c_utils.cc | 413 l2c_link_check_send_pkts(p_lcb, NULL, p_buf); in l2cu_send_peer_cmd_reject() 449 l2c_link_check_send_pkts(p_ccb->p_lcb, NULL, p_buf); in l2cu_send_peer_connect_req() 490 l2c_link_check_send_pkts(p_ccb->p_lcb, NULL, p_buf); in l2cu_send_peer_connect_rsp() 524 l2c_link_check_send_pkts(p_lcb, NULL, p_buf); in l2cu_reject_connection() 625 l2c_link_check_send_pkts(p_ccb->p_lcb, NULL, p_buf); in l2cu_send_peer_config_req() 715 l2c_link_check_send_pkts(p_ccb->p_lcb, NULL, p_buf); in l2cu_send_peer_config_rsp() 834 l2c_link_check_send_pkts(p_ccb->p_lcb, NULL, p_buf); in l2cu_send_peer_config_rej() 882 l2c_link_check_send_pkts(p_ccb->p_lcb, p_ccb, p_buf2); in l2cu_send_peer_disc_req() 886 l2c_link_check_send_pkts(p_ccb->p_lcb, NULL, p_buf); in l2cu_send_peer_disc_req() 921 l2c_link_check_send_pkts(p_lcb, NULL, p_buf); in l2cu_send_peer_disc_rsp() [all …]
|
D | l2c_link.cc | 608 l2c_link_check_send_pkts(p_lcb, NULL, NULL); in l2c_link_timeout() 973 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 1285 l2c_link_check_send_pkts(p_lcb, NULL, NULL); in l2c_link_process_num_completed_pkts() 1291 l2c_link_check_send_pkts(NULL, NULL, NULL); in l2c_link_process_num_completed_pkts() 1297 l2c_link_check_send_pkts(NULL, NULL, NULL); in l2c_link_process_num_completed_pkts() 1360 l2c_link_check_send_pkts(p_lcb, NULL, NULL); in l2c_link_segments_xmitted()
|
D | l2c_csm.cc | 825 l2c_link_check_send_pkts(p_ccb->p_lcb, NULL, NULL); in l2c_csm_config() 916 l2c_link_check_send_pkts(p_ccb->p_lcb, NULL, NULL); in l2c_csm_config() 1094 l2c_link_check_send_pkts(p_ccb->p_lcb, NULL, NULL); in l2c_csm_open() 1139 l2c_link_check_send_pkts(p_ccb->p_lcb, NULL, NULL); in l2c_csm_open()
|
D | l2c_fcr.cc | 582 l2c_link_check_send_pkts(p_ccb->p_lcb, NULL, p_buf); in l2c_fcr_send_S_frame() 803 l2c_link_check_send_pkts(p_ccb->p_lcb, NULL, NULL); in l2c_fcr_proc_pdu() 1624 l2c_link_check_send_pkts(p_ccb->p_lcb, NULL, NULL); in retransmit_i_frames()
|
D | l2c_int.h | 711 extern void l2c_link_check_send_pkts(tL2C_LCB* p_lcb, tL2C_CCB* p_ccb,
|
D | l2c_api.cc | 1609 l2c_link_check_send_pkts(p_lcb, NULL, NULL); in L2CA_SendFixedChnlData()
|
/system/bt/stack/btm/ |
D | btm_pm.cc | 774 l2c_link_check_send_pkts(p_lcb, NULL, NULL); in btm_pm_proc_mode_change()
|