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

  /external/bluetooth/bluedroid/stack/include/
btu.h 286 BTU_API extern void btu_start_quick_timer (TIMER_LIST_ENT *p_tle, UINT16 type, UINT32 timeout);
  /external/bluetooth/bluedroid/stack/btu/
btu_task.c 735 ** Function btu_start_quick_timer
746 void btu_start_quick_timer (TIMER_LIST_ENT *p_tle, UINT16 type, UINT32 timeout) function
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_fcr.c 194 btu_start_quick_timer (&p_ccb->fcrb.mon_retrans_timer, BTU_TTYPE_L2CAP_CHNL, tout*QUICK_TIMER_TICKS_PER_SEC/1000);
759 btu_start_quick_timer (&p_ccb->fcrb.mon_retrans_timer, BTU_TTYPE_L2CAP_CHNL, QUICK_TIMER_TICKS_PER_SEC);
    [all...]

Completed in 100 milliseconds