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

  /external/bluetooth/bluedroid/btif/include/
btif_hl.h 215 TIMER_LIST_ENT cch_timer; member in struct:__anon642
  /external/bluetooth/bluedroid/btif/src/
btif_hl.c 316 __FUNCTION__,app_idx, mcl_idx, p_mcb->cch_timer.in_use);
319 if (p_mcb->cch_timer.in_use)
322 btu_stop_timer(&p_mcb->cch_timer);
338 p_mcb->cch_timer_active, p_mcb->cch_timer.in_use);
341 if (!p_mcb->cch_timer.in_use)
344 memset(&p_mcb->cch_timer, 0, sizeof(TIMER_LIST_ENT));
345 p_mcb->cch_timer.param = (UINT32)btif_hl_tmr_hdlr;
346 btu_start_timer(&p_mcb->cch_timer, BTU_TTYPE_USER_FUNC,
352 btu_stop_timer(&p_mcb->cch_timer);
353 btu_start_timer(&p_mcb->cch_timer, BTU_TTYPE_USER_FUNC
    [all...]

Completed in 458 milliseconds