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

  /system/bt/stack/l2cap/
l2c_fcr.c 191 if (!alarm_is_scheduled(p_ccb->fcrb.mon_retrans_timer)) {
192 alarm_set_on_queue(p_ccb->fcrb.mon_retrans_timer, tout,
210 alarm_cancel(p_ccb->fcrb.mon_retrans_timer);
227 alarm_free(p_fcrb->mon_retrans_timer);
228 p_fcrb->mon_retrans_timer = NULL;
711 alarm_set_on_queue(p_ccb->fcrb.mon_retrans_timer,
    [all...]
l2c_int.h 190 alarm_t *mon_retrans_timer; /* Timer Monitor or Retransmission */ member in struct:__anon72814
    [all...]
l2c_utils.c     [all...]

Completed in 405 milliseconds