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

  /system/bt/stack/l2cap/
l2c_main.cc 353 alarm_cancel(p_lcb->info_resp_timer);
655 alarm_cancel(p_lcb->info_resp_timer);
l2c_utils.cc 75 alarm_free(p_lcb->info_resp_timer);
85 p_lcb->info_resp_timer = alarm_new("l2c_lcb.info_resp_timer");
153 alarm_free(p_lcb->info_resp_timer);
154 p_lcb->info_resp_timer = NULL;
    [all...]
l2c_int.h 395 alarm_t* info_resp_timer; /* Timer entry for info resp timeout evt */ member in struct:t_l2c_linkcb
    [all...]
l2c_link.cc 623 alarm_set_on_mloop(p_lcb->info_resp_timer,
    [all...]

Completed in 820 milliseconds