Searched refs:l2c_ccb_timer_timeout (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/packages/modules/Bluetooth/system/stack/l2cap/ |
D | l2c_csm.cc | 357 l2c_ccb_timer_timeout, p_ccb); in l2c_csm_closed() 487 l2c_ccb_timer_timeout, p_ccb); in l2c_csm_orig_w4_sec_comp() 501 l2c_ccb_timer_timeout, p_ccb); in l2c_csm_orig_w4_sec_comp() 574 l2c_ccb_timer_timeout, p_ccb); in l2c_csm_term_w4_sec_comp() 638 l2c_ccb_timer_timeout, p_ccb); in l2c_csm_term_w4_sec_comp() 736 alarm_set_on_mloop(p_ccb->l2c_ccb_timer, L2CAP_CHNL_CFG_TIMEOUT_MS, l2c_ccb_timer_timeout, in l2c_csm_w4_l2cap_connect_rsp() 747 l2c_ccb_timer_timeout, p_ccb); in l2c_csm_w4_l2cap_connect_rsp() 817 l2c_ccb_timer_timeout, p_ccb); in l2c_csm_w4_l2cap_connect_rsp() 844 l2c_ccb_timer_timeout, p_ccb); in l2c_csm_w4_l2cap_connect_rsp() 934 alarm_set_on_mloop(p_ccb->l2c_ccb_timer, L2CAP_CHNL_CFG_TIMEOUT_MS, l2c_ccb_timer_timeout, in l2c_csm_w4_l2ca_connect_rsp() [all …]
|
D | l2c_fcr.cc | 164 alarm_set_on_mloop(p_ccb->fcrb.mon_retrans_timer, tout, l2c_ccb_timer_timeout, p_ccb); in l2c_fcr_start_timer() 569 alarm_set_on_mloop(p_ccb->fcrb.mon_retrans_timer, BT_1SEC_TIMEOUT_MS, l2c_ccb_timer_timeout, in l2c_fcr_proc_pdu() 1738 alarm_set_on_mloop(p_ccb->l2c_ccb_timer, L2CAP_CHNL_CFG_TIMEOUT_MS, l2c_ccb_timer_timeout, in l2c_fcr_renegotiate_chan()
|
D | l2c_link.cc | 241 l2c_ccb_timer_timeout, p_ccb); in l2c_link_sec_comp() 263 l2c_ccb_timer_timeout, p_ccb); in l2c_link_sec_comp()
|
D | l2c_int.h | 683 void l2c_ccb_timer_timeout(void* data);
|
D | l2c_main.cc | 890 void l2c_ccb_timer_timeout(void* data) { in l2c_ccb_timer_timeout() function
|
/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_l2cap_main.cc | 33 void l2c_ccb_timer_timeout(void* /* data */) { inc_func_call_count(__func__); } in l2c_ccb_timer_timeout() function
|