ESP-IDF
bta_hf_client_queue_at()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
bta_hf_client_queue_at()
bta_hf_client_queue_at() function
Syntax
Show:
Summary
Declaration
from
bta_hf_client_at.c:113
static
void
bta_hf_client_queue_at
(
tBTA_HF_CLIENT_AT_CMD
cmd
,
const
char
*
buf
,
UINT16
buf_len
)
;
Arguments
Argument
cmd
buf
buf_len
Examples
References
from
examples
Code
Location
Referrer
static
void
bta_hf_client_queue_at
(
tBTA_HF_CLIENT_AT_CMD
cmd
,
const
char
*
buf
,
UINT16
buf_len
)
bta_hf_client_at.c:113
bta_hf_client_queue_at
(
cmd
,
buf
,
buf_len
)
;
bta_hf_client_at.c:202
bta_hf_client_send_at()
Call Tree
from
examples
bta_hf_client_queue_at()
is called by 1 function and calls 3 functions:
bta_hf_client_send_at()
All items filtered out
bta_hf_client_queue_at()
esp_log_timestamp()
esp_log_write()
osi_malloc_func()
All items filtered out
Data Use
from
examples
bta_hf_client_queue_at()
reads 8 variables and writes 4 variables:
esp_log_level_t::ESP_LOG_DEBUG
appl_trace_level
queued_at_cmd::buf
queued_at_cmd::next
tBTA_HF_CLIENT_AT_CB::queued_cmd
tBTA_HF_CLIENT_SCB::at_cb
tBTA_HF_CLIENT_CB::scb
bta_hf_client_cb
All items filtered out
bta_hf_client_queue_at()
queued_at_cmd::cmd
queued_at_cmd::buf_len
queued_at_cmd::next
tBTA_HF_CLIENT_AT_CB::queued_cmd
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out