HomeSort by relevance Sort by last modified time
    Searched defs:at_cb (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/bluedroid/bta/hf_client/
bta_hf_client_int.h 160 tBTA_HF_CLIENT_AT_CB at_cb; /* AT Parser control block */ member in struct:__anon5233
bta_hf_client_at.c 95 tBTA_HF_CLIENT_AT_QCMD *cur = bta_hf_client_cb.scb.at_cb.queued_cmd;
104 bta_hf_client_cb.scb.at_cb.queued_cmd = NULL;
120 if (bta_hf_client_cb.scb.at_cb.queued_cmd != NULL)
122 tBTA_HF_CLIENT_AT_QCMD *qcmd = bta_hf_client_cb.scb.at_cb.queued_cmd;
131 bta_hf_client_cb.scb.at_cb.queued_cmd = new_cmd;
140 bta_hf_client_cb.scb.at_cb.resp_timer_on = FALSE;
150 if (bta_hf_client_cb.scb.at_cb.resp_timer_on)
152 bta_hf_client_cb.scb.at_cb.resp_timer_on = FALSE;
153 bta_sys_stop_timer (&bta_hf_client_cb.scb.at_cb.resp_timer);
159 if (bta_hf_client_cb.scb.at_cb.resp_timer_on
1340 tBTA_HF_CLIENT_AT_CB *at_cb = &bta_hf_client_cb.scb.at_cb; local
    [all...]
  /external/bluetooth/bluedroid/bta/ag/
bta_ag_int.h 253 tBTA_AG_AT_CB at_cb; /* AT command interpreter */ member in struct:__anon5048

Completed in 72 milliseconds