Searched refs:info_timer_entry (Results 1 – 4 of 4) sorted by relevance
449 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()
88 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()
689 … btu_start_timer (&p_lcb->info_timer_entry, BTU_TTYPE_L2CAP_INFO, L2CAP_WAIT_INFO_RSP_TOUT); in l2c_info_timeout()
388 TIMER_LIST_ENT info_timer_entry; /* Timer entry for info resp timeout evt */ member