Searched refs:at_cb (Results 1 – 5 of 5) sorted by relevance
117 tBTA_HF_CLIENT_AT_QCMD* cur = client_cb->at_cb.queued_cmd; in bta_hf_client_clear_queued_at()126 client_cb->at_cb.queued_cmd = NULL; in bta_hf_client_clear_queued_at()142 if (client_cb->at_cb.queued_cmd != NULL) { in bta_hf_client_queue_at()143 tBTA_HF_CLIENT_AT_QCMD* qcmd = client_cb->at_cb.queued_cmd; in bta_hf_client_queue_at()149 client_cb->at_cb.queued_cmd = new_cmd; in bta_hf_client_queue_at()155 if (client_cb->at_cb.current_cmd == BTA_HF_CLIENT_AT_CNUM) { in bta_hf_client_at_resp_timer_cback()168 alarm_set_on_mloop(client_cb->at_cb.resp_timer, BTA_HF_CLIENT_AT_TIMEOUT, in bta_hf_client_start_at_resp_timer()173 alarm_cancel(client_cb->at_cb.resp_timer); in bta_hf_client_stop_at_resp_timer()180 if ((client_cb->at_cb.current_cmd == BTA_HF_CLIENT_AT_NONE || in bta_hf_client_send_at()182 !alarm_is_scheduled(client_cb->at_cb.hold_timer)) { in bta_hf_client_send_at()[all …]
776 client_cb->at_cb.current_cmd = BTA_HF_CLIENT_AT_NONE; in send_post_slc_cmd()800 log::verbose("bta_hf_client_slc_seq cmd: {}", client_cb->at_cb.current_cmd); in bta_hf_client_slc_seq()806 client_cb->at_cb.current_cmd); in bta_hf_client_slc_seq()819 switch (client_cb->at_cb.current_cmd) { in bta_hf_client_slc_seq()893 client_cb->at_cb.current_cmd); in bta_hf_client_slc_seq()
188 tBTA_HF_CLIENT_AT_CB at_cb; /* AT Parser control block */ member
411 bta_ag_at_reinit(&p_scb->at_cb); in bta_ag_rfc_close()525 p_scb->at_cb.p_at_tbl = bta_ag_at_tbl[p_scb->conn_service]; in bta_ag_rfc_open()526 p_scb->at_cb.p_cmd_cback = bta_ag_at_cback_tbl[p_scb->conn_service]; in bta_ag_rfc_open()527 p_scb->at_cb.p_err_cback = bta_ag_at_err_cback; in bta_ag_rfc_open()528 p_scb->at_cb.p_user = p_scb; in bta_ag_rfc_open()529 p_scb->at_cb.cmd_max_len = BTA_AG_CMD_MAX; in bta_ag_rfc_open()530 bta_ag_at_init(&p_scb->at_cb); in bta_ag_rfc_open()682 bta_ag_at_parse(&p_scb->at_cb, buf, len); in bta_ag_rfc_data()
254 tBTA_AG_AT_CB at_cb; /* AT command interpreter */ member