Home
last modified time | relevance | path

Searched refs:l2c_ccb_timer_timeout (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_csm.cc357 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 …]
Dl2c_fcr.cc164 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()
Dl2c_link.cc241 l2c_ccb_timer_timeout, p_ccb); in l2c_link_sec_comp()
263 l2c_ccb_timer_timeout, p_ccb); in l2c_link_sec_comp()
Dl2c_int.h683 void l2c_ccb_timer_timeout(void* data);
Dl2c_main.cc890 void l2c_ccb_timer_timeout(void* data) { in l2c_ccb_timer_timeout() function
/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_l2cap_main.cc33 void l2c_ccb_timer_timeout(void* /* data */) { inc_func_call_count(__func__); } in l2c_ccb_timer_timeout() function