Searched refs:l2c_link_check_send_pkts (Results 1 – 8 of 8) sorted by relevance
/external/bluetooth/bluedroid/stack/l2cap/ |
D | l2c_utils.c | 367 l2c_link_check_send_pkts (p_lcb, NULL, p_buf); in l2cu_send_peer_cmd_reject() 405 l2c_link_check_send_pkts (p_ccb->p_lcb, NULL, p_buf); in l2cu_send_peer_connect_req() 447 l2c_link_check_send_pkts (p_ccb->p_lcb, NULL, p_buf); in l2cu_send_peer_connect_rsp() 480 l2c_link_check_send_pkts (p_lcb, NULL, p_buf); in l2cu_reject_connection() 587 l2c_link_check_send_pkts (p_ccb->p_lcb, NULL, p_buf); in l2cu_send_peer_config_req() 680 l2c_link_check_send_pkts (p_ccb->p_lcb, NULL, p_buf); in l2cu_send_peer_config_rsp() 781 l2c_link_check_send_pkts (p_ccb->p_lcb, NULL, p_buf); in l2cu_send_peer_config_rej() 825 l2c_link_check_send_pkts (p_ccb->p_lcb, p_ccb, p_buf2); in l2cu_send_peer_disc_req() 829 l2c_link_check_send_pkts (p_ccb->p_lcb, NULL, p_buf); in l2cu_send_peer_disc_req() 864 l2c_link_check_send_pkts (p_lcb, NULL, p_buf); in l2cu_send_peer_disc_rsp() [all …]
|
D | l2c_link.c | 607 l2c_link_check_send_pkts (p_lcb, NULL, NULL); in l2c_link_timeout() 1084 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 1426 l2c_link_check_send_pkts (p_lcb, NULL, NULL); in l2c_link_process_num_completed_pkts() 1433 l2c_link_check_send_pkts (NULL, NULL, NULL); in l2c_link_process_num_completed_pkts() 1700 l2c_link_check_send_pkts (p_lcb, NULL, NULL); in l2c_link_segments_xmitted()
|
D | l2c_csm.c | 794 l2c_link_check_send_pkts (p_ccb->p_lcb, NULL, NULL); in l2c_csm_config() 877 l2c_link_check_send_pkts (p_ccb->p_lcb, NULL, NULL); in l2c_csm_config() 1052 l2c_link_check_send_pkts (p_ccb->p_lcb, NULL, NULL); in l2c_csm_open()
|
D | l2c_int.h | 695 extern void l2c_link_check_send_pkts (tL2C_LCB *p_lcb, tL2C_CCB *p_ccb, BT_HDR *p_buf);
|
D | l2c_ucd.c | 792 l2c_link_check_send_pkts (p_ccb->p_lcb, NULL, NULL); in l2c_ucd_send_pending_out_sec_q()
|
D | l2c_fcr.c | 613 l2c_link_check_send_pkts (p_ccb->p_lcb, NULL, p_buf); in l2c_fcr_send_S_frame() 852 l2c_link_check_send_pkts (p_ccb->p_lcb, NULL, NULL); in l2c_fcr_proc_pdu() 1603 l2c_link_check_send_pkts (p_ccb->p_lcb, NULL, NULL); in retransmit_i_frames()
|
D | l2c_api.c | 1438 l2c_link_check_send_pkts (p_lcb, NULL, NULL); in L2CA_SendFixedChnlData()
|
/external/bluetooth/bluedroid/stack/btm/ |
D | btm_pm.c | 856 l2c_link_check_send_pkts (p_lcb, NULL, NULL); in btm_pm_proc_mode_change()
|