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

  /external/bluetooth/bluedroid/bta/ag/
bta_ag_int.h 264 TIMER_LIST_ENT cn_timer; /* codec negotiation timer */ member in struct:__anon2387
bta_ag_sco.c 638 p_scb->cn_timer.p_cback = (TIMER_CBACK*)&bta_ag_cn_timer_cback;
639 p_scb->cn_timer.param = (INT32)p_scb;
640 bta_sys_start_timer(&p_scb->cn_timer, 0, BTA_AG_CODEC_NEGO_TIMEOUT);
    [all...]
bta_ag_act.c 431 bta_sys_stop_timer(&p_scb->cn_timer);
bta_ag_main.c 359 bta_sys_stop_timer(&p_scb->cn_timer);
    [all...]
bta_ag_cmd.c     [all...]

Completed in 312 milliseconds