Searched refs:l2c_lcb_timer_timeout (Results 1 – 6 of 6) sorted by relevance
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_l2cap_main.cc | 38 void l2c_lcb_timer_timeout(void* /* data */) { inc_func_call_count(__func__); } in l2c_lcb_timer_timeout() function
|
/packages/modules/Bluetooth/system/stack/l2cap/ |
D | l2c_link.cc | 135 l2c_lcb_timer_timeout, p_lcb); in l2c_link_hci_conn_comp() 499 l2c_lcb_timer_timeout, p_lcb); in l2c_link_timeout() 674 l2c_lcb_timer_timeout, p_lcb); in l2c_link_adjust_allocation() 776 l2c_lcb_timer_timeout, p_lcb); in l2c_pin_code_request() 993 l2c_lcb_timer_timeout, p_lcb); in l2c_link_check_send_pkts()
|
D | l2c_ble.cc | 924 l2c_lcb_timer_timeout, p_lcb); in l2cble_create_conn() 1063 l2c_lcb_timer_timeout, p_lcb); in l2c_ble_link_adjust_allocation()
|
D | l2c_utils.cc | 1523 l2c_lcb_timer_timeout, p_lcb); in l2cu_start_post_bond_timer() 2107 l2c_lcb_timer_timeout, p_lcb); in l2cu_create_conn_br_edr() 2150 l2c_lcb_timer_timeout, p_lcb); in l2cu_create_conn_after_switch() 2780 alarm_set_on_mloop(p_lcb->l2c_lcb_timer, timeout_ms, l2c_lcb_timer_timeout, in l2cu_no_dynamic_ccbs()
|
D | l2c_int.h | 702 void l2c_lcb_timer_timeout(void* data);
|
D | l2c_main.cc | 891 void l2c_lcb_timer_timeout(void* data) { in l2c_lcb_timer_timeout() function
|