Searched refs:l2c_link_check_send_pkts (Results 1 – 8 of 8) sorted by relevance
/system/bt/stack/l2cap/ |
D | l2c_utils.cc | 387 l2c_link_check_send_pkts(p_lcb, 0, p_buf); in l2cu_send_peer_cmd_reject() 423 l2c_link_check_send_pkts(p_ccb->p_lcb, 0, p_buf); in l2cu_send_peer_connect_req() 463 l2c_link_check_send_pkts(p_ccb->p_lcb, 0, p_buf); in l2cu_send_peer_connect_rsp() 497 l2c_link_check_send_pkts(p_lcb, 0, p_buf); in l2cu_reject_connection() 550 l2c_link_check_send_pkts(p_lcb, 0, p_buf); in l2cu_send_credit_based_reconfig_req() 651 l2c_link_check_send_pkts(p_ccb->p_lcb, 0, p_buf); in l2cu_send_peer_config_req() 741 l2c_link_check_send_pkts(p_ccb->p_lcb, 0, p_buf); in l2cu_send_peer_config_rsp() 858 l2c_link_check_send_pkts(p_ccb->p_lcb, 0, p_buf); in l2cu_send_peer_config_rej() 906 l2c_link_check_send_pkts(p_ccb->p_lcb, p_ccb->local_cid, p_buf2); in l2cu_send_peer_disc_req() 910 l2c_link_check_send_pkts(p_ccb->p_lcb, 0, p_buf); in l2cu_send_peer_disc_req() [all …]
|
D | l2c_link.cc | 533 l2c_link_check_send_pkts(p_lcb, 0, NULL); in l2c_link_timeout() 870 void l2c_link_check_send_pkts(tL2C_LCB* p_lcb, uint16_t local_cid, in l2c_link_check_send_pkts() function 1036 l2c_link_check_send_pkts(p_lcb, 0, NULL); in l2c_OnHciModeChangeSendPendingPackets() 1221 l2c_link_check_send_pkts(p_lcb, 0, NULL); in l2c_link_process_num_completed_pkts() 1227 l2c_link_check_send_pkts(NULL, 0, NULL); in l2c_link_process_num_completed_pkts() 1233 l2c_link_check_send_pkts(NULL, 0, NULL); in l2c_link_process_num_completed_pkts() 1282 l2c_link_check_send_pkts(p_lcb, 0, NULL); in l2c_packets_completed() 1289 l2c_link_check_send_pkts(NULL, 0, NULL); in l2c_packets_completed() 1294 l2c_link_check_send_pkts(NULL, 0, NULL); in l2c_packets_completed() 1343 l2c_link_check_send_pkts(p_lcb, 0, NULL); in l2c_link_segments_xmitted()
|
D | l2c_csm.cc | 1004 l2c_link_check_send_pkts(p_ccb->p_lcb, 0, NULL); in l2c_csm_config() 1084 l2c_link_check_send_pkts(p_ccb->p_lcb, 0, NULL); in l2c_csm_config() 1277 l2c_link_check_send_pkts(p_ccb->p_lcb, 0, NULL); in l2c_csm_open() 1323 l2c_link_check_send_pkts(p_ccb->p_lcb, 0, NULL); in l2c_csm_open()
|
D | l2c_fcr.cc | 452 l2c_link_check_send_pkts(p_ccb->p_lcb, 0, p_buf); in l2c_fcr_send_S_frame() 663 l2c_link_check_send_pkts(p_ccb->p_lcb, 0, NULL); in l2c_fcr_proc_pdu() 1360 l2c_link_check_send_pkts(p_ccb->p_lcb, 0, NULL); in retransmit_i_frames()
|
D | l2c_int.h | 781 extern void l2c_link_check_send_pkts(tL2C_LCB* p_lcb, uint16_t local_cid,
|
D | l2c_api.cc | 1338 l2c_link_check_send_pkts(p_lcb, 0, NULL); in L2CA_SendFixedChnlData()
|
/system/bt/test/mock/ |
D | mock_stack_l2cap_link.cc | 55 void l2c_link_check_send_pkts(tL2C_LCB* p_lcb, uint16_t local_cid, in l2c_link_check_send_pkts() function
|
/system/bt/stack/test/common/ |
D | mock_stack_l2cap_link.cc | 55 void l2c_link_check_send_pkts(tL2C_LCB* p_lcb, uint16_t local_cid, in l2c_link_check_send_pkts() function
|