ESP-IDF
tBTA_HF_CLIENT_AT_CB::resp_timer_on
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
tBTA_HF_CLIENT_AT_CB::resp_timer_on
tBTA_HF_CLIENT_AT_CB::resp_timer_on field
Syntax
Show:
Summary
Declaration
from
bta_hf_client_at.h:93
BOOLEAN
resp_timer_on
;
Examples
References
from
examples
Code
Location
Referrer
BOOLEAN
resp_timer_on
;
/* TRUE if AT response timer is active */
bta_hf_client_at.h:93
bta_hf_client_cb
.
scb
.
at_cb
.
resp_timer_on
=
FALSE
;
bta_hf_client_at.c:142
bta_hf_client_at_resp_timer_cback()
if
(
bta_hf_client_cb
.
scb
.
at_cb
.
resp_timer_on
)
{
bta_hf_client_at.c:152
bta_hf_client_stop_at_resp_timer()
bta_hf_client_cb
.
scb
.
at_cb
.
resp_timer_on
=
FALSE
;
bta_hf_client_at.c:153
bta_hf_client_stop_at_resp_timer()
bta_hf_client_cb
.
scb
.
at_cb
.
resp_timer_on
=
FALSE
;
bta_hf_client_at.c:160
bta_hf_client_free_at_resp_timer()
if
(
bta_hf_client_cb
.
scb
.
at_cb
.
resp_timer_on
)
{
bta_hf_client_at.c:166
bta_hf_client_start_at_resp_timer()
bta_hf_client_cb
.
scb
.
at_cb
.
resp_timer_on
=
TRUE
;
bta_hf_client_at.c:172
bta_hf_client_start_at_resp_timer()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTA_HF_CLIENT_AT_CB::resp_timer_on
is written by 4 functions and is read by 2 functions:
bta_hf_client_at_resp_timer_cback()
bta_hf_client_stop_at_resp_timer()
bta_hf_client_free_at_resp_timer()
bta_hf_client_start_at_resp_timer()
All items filtered out
tBTA_HF_CLIENT_AT_CB::resp_timer_on
bta_hf_client_stop_at_resp_timer()
bta_hf_client_start_at_resp_timer()
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