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

  /system/bt/stack/l2cap/
l2c_fcr.c 181 if (p_ccb->fcrb.wait_ack)
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);
225 tL2C_FCRB *p_fcrb = &p_ccb->fcrb;
246 UINT32 dur = time_get_os_boottime_ms() - p_ccb->fcrb.connect_tick_count;
255 p_ccb->fcrb.pkts_retransmitted, p_ccb->fcrb.xmit_window_closed, p_ccb->fcrb.retrans_touts, p_ccb->fcrb.xmit_ack_touts)
    [all...]
l2c_utils.c     [all...]
l2c_csm.c     [all...]
l2c_api.c     [all...]
l2c_int.h 321 tL2C_FCRB fcrb; member in struct:t_l2c_ccb
    [all...]

Completed in 173 milliseconds