Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_main.c449 btu_stop_timer (&p_lcb->info_timer_entry); in process_l2cap_cmd()
744 btu_stop_timer (&p_lcb->info_timer_entry); in process_l2cap_cmd()
Dl2c_utils.c88 btu_free_timer(&p_lcb->info_timer_entry); in l2cu_allocate_lcb()
99 p_lcb->info_timer_entry.param = (TIMER_PARAM_TYPE)p_lcb; in l2cu_allocate_lcb()
170 btu_free_timer (&p_lcb->info_timer_entry); in l2cu_release_lcb()
171 memset(&p_lcb->info_timer_entry, 0, sizeof(TIMER_LIST_ENT)); in l2cu_release_lcb()
1158 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.c689 … btu_start_timer (&p_lcb->info_timer_entry, BTU_TTYPE_L2CAP_INFO, L2CAP_WAIT_INFO_RSP_TOUT); in l2c_info_timeout()
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/include/
Dl2c_int.h388 TIMER_LIST_ENT info_timer_entry; /* Timer entry for info resp timeout evt */ member