Searched refs:at_cb (Results 1 – 5 of 5) sorted by relevance
107 tBTA_HF_CLIENT_AT_QCMD* cur = client_cb->at_cb.queued_cmd; in bta_hf_client_clear_queued_at()116 client_cb->at_cb.queued_cmd = NULL; in bta_hf_client_clear_queued_at()132 if (client_cb->at_cb.queued_cmd != NULL) { in bta_hf_client_queue_at()133 tBTA_HF_CLIENT_AT_QCMD* qcmd = client_cb->at_cb.queued_cmd; in bta_hf_client_queue_at()139 client_cb->at_cb.queued_cmd = new_cmd; in bta_hf_client_queue_at()145 if (client_cb->at_cb.current_cmd == BTA_HF_CLIENT_AT_CNUM) { in bta_hf_client_at_resp_timer_cback()160 alarm_set_on_mloop(client_cb->at_cb.resp_timer, BTA_HF_CLIENT_AT_TIMEOUT, in bta_hf_client_start_at_resp_timer()165 alarm_cancel(client_cb->at_cb.resp_timer); in bta_hf_client_stop_at_resp_timer()172 if ((client_cb->at_cb.current_cmd == BTA_HF_CLIENT_AT_NONE || in bta_hf_client_send_at()174 !alarm_is_scheduled(client_cb->at_cb.hold_timer)) { in bta_hf_client_send_at()[all …]
769 client_cb->at_cb.current_cmd = BTA_HF_CLIENT_AT_NONE; in send_post_slc_cmd()794 client_cb->at_cb.current_cmd); in bta_hf_client_slc_seq()800 client_cb->at_cb.current_cmd); in bta_hf_client_slc_seq()814 switch (client_cb->at_cb.current_cmd) { in bta_hf_client_slc_seq()866 client_cb->at_cb.current_cmd); in bta_hf_client_slc_seq()
180 tBTA_HF_CLIENT_AT_CB at_cb; /* AT Parser control block */ member
379 bta_ag_at_reinit(&p_scb->at_cb); in bta_ag_rfc_close()485 p_scb->at_cb.p_at_tbl = bta_ag_at_tbl[p_scb->conn_service]; in bta_ag_rfc_open()486 p_scb->at_cb.p_cmd_cback = bta_ag_at_cback_tbl[p_scb->conn_service]; in bta_ag_rfc_open()487 p_scb->at_cb.p_err_cback = bta_ag_at_err_cback; in bta_ag_rfc_open()488 p_scb->at_cb.p_user = p_scb; in bta_ag_rfc_open()489 p_scb->at_cb.cmd_max_len = BTA_AG_CMD_MAX; in bta_ag_rfc_open()490 bta_ag_at_init(&p_scb->at_cb); in bta_ag_rfc_open()627 bta_ag_at_parse(&p_scb->at_cb, buf, len); in bta_ag_rfc_data()
196 tBTA_AG_AT_CB at_cb; /* AT command interpreter */ member