Searched refs:at_cb (Results 1 – 5 of 5) sorted by relevance
101 tBTA_HF_CLIENT_AT_QCMD *cur = bta_hf_client_cb.scb.at_cb.queued_cmd; in bta_hf_client_clear_queued_at()110 bta_hf_client_cb.scb.at_cb.queued_cmd = NULL; in bta_hf_client_clear_queued_at()125 if (bta_hf_client_cb.scb.at_cb.queued_cmd != NULL) { in bta_hf_client_queue_at()126 tBTA_HF_CLIENT_AT_QCMD *qcmd = bta_hf_client_cb.scb.at_cb.queued_cmd; in bta_hf_client_queue_at()134 bta_hf_client_cb.scb.at_cb.queued_cmd = new_cmd; in bta_hf_client_queue_at()142 bta_hf_client_cb.scb.at_cb.resp_timer_on = FALSE; in bta_hf_client_at_resp_timer_cback()152 if (bta_hf_client_cb.scb.at_cb.resp_timer_on) { in bta_hf_client_stop_at_resp_timer()153 bta_hf_client_cb.scb.at_cb.resp_timer_on = FALSE; in bta_hf_client_stop_at_resp_timer()154 bta_sys_stop_timer (&bta_hf_client_cb.scb.at_cb.resp_timer); in bta_hf_client_stop_at_resp_timer()160 bta_hf_client_cb.scb.at_cb.resp_timer_on = FALSE; in bta_hf_client_free_at_resp_timer()[all …]
557 bta_hf_client_cb.scb.at_cb.current_cmd = BTA_HF_CLIENT_AT_NONE; in send_post_slc_cmd()586 APPL_TRACE_DEBUG("bta_hf_client_slc_seq cmd: %u", bta_hf_client_cb.scb.at_cb.current_cmd); in bta_hf_client_slc_seq()591 bta_hf_client_cb.scb.at_cb.current_cmd); in bta_hf_client_slc_seq()601 switch (bta_hf_client_cb.scb.at_cb.current_cmd) { in bta_hf_client_slc_seq()644 bta_hf_client_cb.scb.at_cb.current_cmd); in bta_hf_client_slc_seq()
388 bta_ag_at_reinit(&p_scb->at_cb); in bta_ag_rfc_close()455 p_scb->at_cb.p_at_tbl = (tBTA_AG_AT_CMD *) bta_ag_at_tbl[p_scb->conn_service]; in bta_ag_rfc_open()456 p_scb->at_cb.p_cmd_cback = (tBTA_AG_AT_CMD_CBACK *) bta_ag_at_cback_tbl[p_scb->conn_service]; in bta_ag_rfc_open()457 p_scb->at_cb.p_err_cback = (tBTA_AG_AT_ERR_CBACK *) bta_ag_at_err_cback; in bta_ag_rfc_open()458 p_scb->at_cb.p_user = p_scb; in bta_ag_rfc_open()459 p_scb->at_cb.cmd_max_len = BTA_AG_CMD_MAX; in bta_ag_rfc_open()460 bta_ag_at_init(&p_scb->at_cb); in bta_ag_rfc_open()574 bta_ag_at_parse(&p_scb->at_cb, buf, len); in bta_ag_rfc_data()
165 tBTA_HF_CLIENT_AT_CB at_cb; /* AT Parser control block */ member
275 tBTA_AG_AT_CB at_cb; /* AT command interpreter */ member