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

  /external/bluetooth/bluedroid/bta/hf_client/
bta_hf_client_at.h 100 TIMER_LIST_ENT resp_timer; /* AT response timer */ member in struct:__anon5219
bta_hf_client_at.c 153 bta_sys_stop_timer (&bta_hf_client_cb.scb.at_cb.resp_timer);
161 bta_sys_stop_timer (&bta_hf_client_cb.scb.at_cb.resp_timer);
164 bta_hf_client_cb.scb.at_cb.resp_timer.p_cback = (TIMER_CBACK*)&bta_hf_client_at_resp_timer_cback;
165 bta_sys_start_timer(&bta_hf_client_cb.scb.at_cb.resp_timer, 0, BTA_HF_CLIENT_AT_TIMEOUT);
    [all...]

Completed in 141 milliseconds