HomeSort by relevance Sort by last modified time
    Searched refs:info_timer_entry (Results 1 - 4 of 4) sorted by null

  /external/bluetooth/bluedroid/stack/l2cap/
l2c_main.c 417 btu_stop_timer (&p_lcb->info_timer_entry);
735 btu_stop_timer (&p_lcb->info_timer_entry);
    [all...]
l2c_int.h 392 TIMER_LIST_ENT info_timer_entry; /* Timer entry for info resp timeout evt */ member in struct:t_l2c_linkcb
    [all...]
l2c_utils.c 69 p_lcb->info_timer_entry.param = (TIMER_PARAM_TYPE)p_lcb;
137 btu_stop_timer (&p_lcb->info_timer_entry);
    [all...]
l2c_link.c 660 btu_start_timer (&p_lcb->info_timer_entry, BTU_TTYPE_L2CAP_INFO, L2CAP_WAIT_INFO_RSP_TOUT);
    [all...]

Completed in 58 milliseconds