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.cc 180 if (!alarm_is_scheduled(p_ccb->fcrb.mon_retrans_timer)) {
181 alarm_set_on_mloop(p_ccb->fcrb.mon_retrans_timer, tout,
197 alarm_cancel(p_ccb->fcrb.mon_retrans_timer);
214 alarm_free(p_fcrb->mon_retrans_timer);
215 p_fcrb->mon_retrans_timer = NULL;
713 alarm_set_on_mloop(p_ccb->fcrb.mon_retrans_timer, BT_1SEC_TIMEOUT_MS,
    [all...]
l2c_int.h 197 alarm_t* mon_retrans_timer; /* Timer Monitor or Retransmission */ member in struct:__anon113944
    [all...]
l2c_utils.cc     [all...]

Completed in 93 milliseconds