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:__anon5657
  /external/bluetooth/bluedroid/btif/src/
btif_hl.c 319 __FUNCTION__,app_idx, mcl_idx, p_mcb->cch_timer.in_use);
322 if (p_mcb->cch_timer.in_use)
325 btu_stop_timer(&p_mcb->cch_timer);
341 p_mcb->cch_timer_active, p_mcb->cch_timer.in_use);
344 if (!p_mcb->cch_timer.in_use)
347 memset(&p_mcb->cch_timer, 0, sizeof(TIMER_LIST_ENT));
348 p_mcb->cch_timer.param = (UINT32)btif_hl_tmr_hdlr;
349 btu_start_timer(&p_mcb->cch_timer, BTU_TTYPE_USER_FUNC,
355 btu_stop_timer(&p_mcb->cch_timer);
356 btu_start_timer(&p_mcb->cch_timer, BTU_TTYPE_USER_FUNC
    [all...]

Completed in 50 milliseconds