ESP-IDF
bta_hf_client_parse_uint32()
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_parse_uint32()
bta_hf_client_parse_uint32() function
Syntax
Show:
Summary
Declaration
from
bta_hf_client_at.c:627
static
char
*
bta_hf_client_parse_uint32
(
char
*
buffer
,
void
(
*
handler_callback
)
(
UINT32
)
)
;
Arguments
Argument
buffer
handler_callback
Examples
References
from
examples
Code
Location
Referrer
static
char
*
bta_hf_client_parse_uint32
(
char
*
buffer
,
void
(
*
handler_callback
)
(
UINT32
)
)
bta_hf_client_at.c:627
return
bta_hf_client_parse_uint32
(
buffer
,
bta_hf_client_handle_brsf
)
;
bta_hf_client_at.c:650
bta_hf_client_parse_brsf()
return
bta_hf_client_parse_uint32
(
buffer
,
bta_hf_client_handle_bcs
)
;
bta_hf_client_at.c:810
bta_hf_client_parse_bcs()
return
bta_hf_client_parse_uint32
(
buffer
,
bta_hf_client_handle_bsir
)
;
bta_hf_client_at.c:817
bta_hf_client_parse_bsir()
return
bta_hf_client_parse_uint32
(
buffer
,
bta_hf_client_handle_cmeerror
)
;
bta_hf_client_at.c:824
bta_hf_client_parse_cmeerror()
return
bta_hf_client_parse_uint32
(
buffer
,
bta_hf_client_handle_vgm
)
;
bta_hf_client_at.c:831
bta_hf_client_parse_vgm()
return
bta_hf_client_parse_uint32
(
buffer
,
bta_hf_client_handle_vgm
)
;
bta_hf_client_at.c:838
bta_hf_client_parse_vgme()
return
bta_hf_client_parse_uint32
(
buffer
,
bta_hf_client_handle_vgs
)
;
bta_hf_client_at.c:845
bta_hf_client_parse_vgs()
return
bta_hf_client_parse_uint32
(
buffer
,
bta_hf_client_handle_vgs
)
;
bta_hf_client_at.c:852
bta_hf_client_parse_vgse()
return
bta_hf_client_parse_uint32
(
buffer
,
bta_hf_client_handle_bvra
)
;
bta_hf_client_at.c:859
bta_hf_client_parse_bvra()
Call Tree
from
examples
bta_hf_client_parse_uint32()
is called by 9 functions and calls 3 functions:
bta_hf_client_parse_brsf()
bta_hf_client_parse_bcs()
bta_hf_client_parse_bsir()
bta_hf_client_parse_cmeerror()
bta_hf_client_parse_vgm()
bta_hf_client_parse_vgme()
bta_hf_client_parse_vgs()
bta_hf_client_parse_vgse()
bta_hf_client_parse_bvra()
All items filtered out
bta_hf_client_parse_uint32()
esp_log_timestamp()
esp_log_write()
bta_hf_client_parse_uint32()::handler_callback
All items filtered out
Data Use
from
examples
bta_hf_client_parse_uint32()
reads 2 variables:
esp_log_level_t::ESP_LOG_ERROR
appl_trace_level
All items filtered out
bta_hf_client_parse_uint32()
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