Searched refs:l2c_ccb_timer_timeout (Results 1 – 6 of 6) sorted by relevance
/aosp12/system/bt/stack/l2cap/ |
H A D | l2c_csm.cc | 632 l2c_ccb_timer_timeout, p_ccb); in l2c_csm_w4_l2cap_connect_rsp() 858 l2c_ccb_timer_timeout, p_ccb); in l2c_csm_w4_l2ca_connect_rsp() 864 l2c_ccb_timer_timeout, p_ccb); in l2c_csm_w4_l2ca_connect_rsp() 1032 l2c_ccb_timer_timeout, p_ccb); in l2c_csm_config() 1043 l2c_ccb_timer_timeout, p_ccb); in l2c_csm_config() 1049 l2c_ccb_timer_timeout, p_ccb); in l2c_csm_config() 1092 l2c_ccb_timer_timeout, p_ccb); in l2c_csm_config() 1209 l2c_ccb_timer_timeout, p_ccb); in l2c_csm_open() 1242 l2c_ccb_timer_timeout, p_ccb); in l2c_csm_open() 1272 l2c_ccb_timer_timeout, p_ccb); in l2c_csm_open() [all …]
|
H A D | l2c_fcr.cc | 178 l2c_ccb_timer_timeout, p_ccb); in l2c_fcr_start_timer() 573 l2c_ccb_timer_timeout, p_ccb); in l2c_fcr_proc_pdu() 1754 l2c_ccb_timer_timeout, p_ccb); in l2c_fcr_renegotiate_chan()
|
H A D | l2c_int.h | 666 extern void l2c_ccb_timer_timeout(void* data);
|
H A D | l2c_main.cc | 972 void l2c_ccb_timer_timeout(void* data) { in l2c_ccb_timer_timeout() function
|
H A D | l2c_link.cc | 315 l2c_ccb_timer_timeout, p_ccb); in l2c_link_sec_comp2()
|
/aosp12/system/bt/test/mock/ |
H A D | mock_stack_l2cap_main.cc | 47 void l2c_ccb_timer_timeout(void* data) { mock_function_count_map[__func__]++; } in l2c_ccb_timer_timeout() function
|