Home
last modified time | relevance | path

Searched refs:tBTA_HF_CLIENT_AT_QCMD (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_client/include/
Dbta_hf_client_at.h80 typedef struct queued_at_cmd tBTA_HF_CLIENT_AT_QCMD; typedef
90 tBTA_HF_CLIENT_AT_QCMD *queued_cmd;
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_client/
Dbta_hf_client_at.c101 tBTA_HF_CLIENT_AT_QCMD *cur = bta_hf_client_cb.scb.at_cb.queued_cmd; in bta_hf_client_clear_queued_at()
102 tBTA_HF_CLIENT_AT_QCMD *next; in bta_hf_client_clear_queued_at()
115 tBTA_HF_CLIENT_AT_QCMD *new_cmd; in bta_hf_client_queue_at()
119 if ((new_cmd = (tBTA_HF_CLIENT_AT_QCMD *) osi_malloc(sizeof(tBTA_HF_CLIENT_AT_QCMD))) != 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()
207 tBTA_HF_CLIENT_AT_QCMD *cur = bta_hf_client_cb.scb.at_cb.queued_cmd; in bta_hf_client_send_queued_at()