Home
last modified time | relevance | path

Searched refs:info_timer_entry (Results 1 – 4 of 4) sorted by relevance

/external/bluetooth/bluedroid/stack/l2cap/
Dl2c_main.c389 btu_stop_timer (&p_lcb->info_timer_entry); in process_l2cap_cmd()
707 btu_stop_timer (&p_lcb->info_timer_entry); in process_l2cap_cmd()
Dl2c_int.h391 TIMER_LIST_ENT info_timer_entry; /* Timer entry for info resp timeout evt */ member
Dl2c_utils.c67 p_lcb->info_timer_entry.param = (TIMER_PARAM_TYPE)p_lcb; in l2cu_allocate_lcb()
125 btu_stop_timer (&p_lcb->info_timer_entry); in l2cu_release_lcb()
978 btu_start_timer (&p_lcb->info_timer_entry, BTU_TTYPE_L2CAP_INFO, L2CAP_WAIT_INFO_RSP_TOUT); in l2cu_send_peer_info_req()
Dl2c_link.c634 … btu_start_timer (&p_lcb->info_timer_entry, BTU_TTYPE_L2CAP_INFO, L2CAP_WAIT_INFO_RSP_TOUT); in l2c_info_timeout()