Searched refs:l2c_link_check_send_pkts (Results 1 – 7 of 7) sorted by relevance
/packages/modules/Bluetooth/system/stack/l2cap/ |
D | l2c_utils.cc | 388 l2c_link_check_send_pkts(p_lcb, 0, p_buf); in l2cu_send_peer_cmd_reject() 424 l2c_link_check_send_pkts(p_ccb->p_lcb, 0, p_buf); in l2cu_send_peer_connect_req() 464 l2c_link_check_send_pkts(p_ccb->p_lcb, 0, p_buf); in l2cu_send_peer_connect_rsp() 498 l2c_link_check_send_pkts(p_lcb, 0, p_buf); in l2cu_reject_connection() 551 l2c_link_check_send_pkts(p_lcb, 0, p_buf); in l2cu_send_credit_based_reconfig_req() 652 l2c_link_check_send_pkts(p_ccb->p_lcb, 0, p_buf); in l2cu_send_peer_config_req() 742 l2c_link_check_send_pkts(p_ccb->p_lcb, 0, p_buf); in l2cu_send_peer_config_rsp() 855 l2c_link_check_send_pkts(p_ccb->p_lcb, 0, p_buf); in l2cu_send_peer_config_rej() 903 l2c_link_check_send_pkts(p_ccb->p_lcb, p_ccb->local_cid, p_buf2); in l2cu_send_peer_disc_req() 907 l2c_link_check_send_pkts(p_ccb->p_lcb, 0, p_buf); in l2cu_send_peer_disc_req() [all …]
|
D | l2c_link.cc | 503 l2c_link_check_send_pkts(p_lcb, 0, NULL); in l2c_link_timeout() 835 void l2c_link_check_send_pkts(tL2C_LCB* p_lcb, uint16_t local_cid, in l2c_link_check_send_pkts() function 1005 l2c_link_check_send_pkts(p_lcb, 0, NULL); in l2c_OnHciModeChangeSendPendingPackets() 1083 l2c_link_check_send_pkts(p_lcb, 0, NULL); in l2c_packets_completed() 1090 l2c_link_check_send_pkts(NULL, 0, NULL); in l2c_packets_completed() 1095 l2c_link_check_send_pkts(NULL, 0, NULL); in l2c_packets_completed() 1142 l2c_link_check_send_pkts(p_lcb, 0, NULL); in l2c_link_segments_xmitted()
|
D | l2c_csm.cc | 1110 l2c_link_check_send_pkts(p_ccb->p_lcb, 0, NULL); in l2c_csm_config() 1209 l2c_link_check_send_pkts(p_ccb->p_lcb, 0, NULL); in l2c_csm_config() 1423 l2c_link_check_send_pkts(p_ccb->p_lcb, 0, NULL); in l2c_csm_open() 1478 l2c_link_check_send_pkts(p_ccb->p_lcb, 0, NULL); in l2c_csm_open()
|
D | l2c_fcr.cc | 451 l2c_link_check_send_pkts(p_ccb->p_lcb, 0, p_buf); in l2c_fcr_send_S_frame() 662 l2c_link_check_send_pkts(p_ccb->p_lcb, 0, NULL); in l2c_fcr_proc_pdu() 1363 l2c_link_check_send_pkts(p_ccb->p_lcb, 0, NULL); in retransmit_i_frames()
|
D | l2c_int.h | 817 void l2c_link_check_send_pkts(tL2C_LCB* p_lcb, uint16_t local_cid,
|
D | l2c_api.cc | 1364 l2c_link_check_send_pkts(p_lcb, 0, NULL); in L2CA_SendFixedChnlData()
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_l2cap_link.cc | 52 void l2c_link_check_send_pkts(tL2C_LCB* /* p_lcb */, uint16_t /* local_cid */, in l2c_link_check_send_pkts() function
|