Home
last modified time | relevance | path

Searched refs:l2c_link_check_send_pkts (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_utils.cc388 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 …]
Dl2c_link.cc503 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()
Dl2c_csm.cc1110 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()
Dl2c_fcr.cc451 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()
Dl2c_int.h817 void l2c_link_check_send_pkts(tL2C_LCB* p_lcb, uint16_t local_cid,
Dl2c_api.cc1364 l2c_link_check_send_pkts(p_lcb, 0, NULL); in L2CA_SendFixedChnlData()
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_l2cap_link.cc52 void l2c_link_check_send_pkts(tL2C_LCB* /* p_lcb */, uint16_t /* local_cid */, in l2c_link_check_send_pkts() function