ESP-IDF
btc_hf_cb_t::call_setup_state
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
btc_hf_cb_t::call_setup_state
btc_hf_cb_t::call_setup_state field
Syntax
Show:
Summary
Declaration
from
btc_hf_ag.h:224
esp_hf_call_setup_status_t
call_setup_state
;
Examples
References
from
examples
Code
Location
Referrer
esp_hf_call_setup_status_t
call_setup_state
;
btc_hf_ag.h:224
clear_phone_state
(
)
;
btc_hf_ag.c:352
btc_hf_init()
dump_hf_call_setup_state
(
call_setup_state
)
,
dump_hf_call_setup_state
(
hf_local_param
[
idx
]
.
btc_hf_cb
.
call_setup_state
)
)
;
btc_hf_ag.c:739
btc_hf_phone_state_update()
(
hf_local_param
[
idx
]
.
btc_hf_cb
.
call_setup_state
!=
ESP_HF_CALL_SETUP_STATUS_IDLE
)
||
btc_hf_ag.c:747
btc_hf_phone_state_update()
(
hf_local_param
[
idx
]
.
btc_hf_cb
.
call_setup_state
==
ESP_HF_CALL_SETUP_STATUS_IDLE
)
)
{
btc_hf_ag.c:773
btc_hf_phone_state_update()
if
(
call_setup_state
!=
hf_local_param
[
idx
]
.
btc_hf_cb
.
call_setup_state
)
{
btc_hf_ag.c:793
btc_hf_phone_state_update()
dump_hf_call_setup_state
(
hf_local_param
[
idx
]
.
btc_hf_cb
.
call_setup_state
)
,
btc_hf_ag.c:795
btc_hf_phone_state_update()
switch
(
hf_local_param
[
idx
]
.
btc_hf_cb
.
call_setup_state
)
btc_hf_ag.c:803
btc_hf_phone_state_update()
if
(
(
hf_local_param
[
idx
]
.
btc_hf_cb
.
call_setup_state
==
ESP_HF_CALL_SETUP_STATUS_IDLE
)
&&
btc_hf_ag.c:872
btc_hf_phone_state_update()
if
(
(
call_setup_state
==
hf_local_param
[
idx
]
.
btc_hf_cb
.
call_setup_state
)
&&
btc_hf_ag.c:917
btc_hf_phone_state_update()
hf_local_param
[
i
]
.
btc_hf_cb
.
call_setup_state
=
call_setup_state
;
btc_hf_ag.c:931
btc_hf_phone_state_update()
clear_phone_state
(
)
;
btc_hf_ag.c:1401
btc_hf_cb_handler()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
btc_hf_cb_t::call_setup_state
is written by 3 functions and is read by 1 function:
btc_hf_init()
btc_hf_phone_state_update()
btc_hf_cb_handler()
All items filtered out
btc_hf_cb_t::call_setup_state
btc_hf_phone_state_update()
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