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

  /external/bluetooth/bluedroid/bta/sys/
bta_sys.h 256 extern void bta_sys_start_timer(TIMER_LIST_ENT *p_tle, UINT16 type, INT32 timeout);
bta_sys_main.c 604 ** Function bta_sys_start_timer
612 void bta_sys_start_timer(TIMER_LIST_ENT *p_tle, UINT16 type, INT32 timeout) function
  /external/bluetooth/bluedroid/bta/hf_client/
bta_hf_client_main.c 358 bta_sys_start_timer(&bta_hf_client_cb.scb.colli_timer, 0, BTA_HF_CLIENT_COLLISION_TIMER);
bta_hf_client_at.c 165 bta_sys_start_timer(&bta_hf_client_cb.scb.at_cb.resp_timer, 0, BTA_HF_CLIENT_AT_TIMEOUT);
245 bta_sys_start_timer(timer, 0, BTA_HF_CLIENT_AT_HOLD_TIMEOUT);
    [all...]
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_act.c 459 bta_sys_start_timer(&bta_dm_cb.disable_timer, 0, BTA_DISABLE_DELAY);
468 bta_sys_start_timer(&bta_dm_cb.disable_timer, 0, 5000);
512 bta_sys_start_timer(&bta_dm_cb.disable_timer, 0, 1500);
    [all...]
bta_dm_pm.c 435 bta_sys_start_timer(&bta_dm_cb.pm_timer[i].timer, 0, timeout);
  /external/bluetooth/bluedroid/bta/av/
bta_av_act.c     [all...]
bta_av_aact.c 344 bta_sys_start_timer(&p_scb->timer, BTA_AV_AVRC_TIMER_EVT, BTA_AV_RC_DISC_TIME_VAL);
    [all...]
bta_av_main.c     [all...]
  /external/bluetooth/bluedroid/bta/ag/
bta_ag_act.c 533 bta_sys_start_timer(&p_scb->act_timer, BTA_AG_SVC_TOUT_EVT, p_bta_ag_cfg->conn_tout);
bta_ag_main.c 634 bta_sys_start_timer(&p_scb->colli_timer, 0, BTA_AG_COLLISION_TIMER);
    [all...]
bta_ag_cmd.c     [all...]
bta_ag_sco.c 696 bta_sys_start_timer(&p_scb->cn_timer, 0, BTA_AG_CODEC_NEGO_TIMEOUT);
    [all...]

Completed in 1173 milliseconds