ESP-IDF
btc_hf_cb_t::num_active
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::num_active
btc_hf_cb_t::num_active field
Syntax
Show:
Summary
Declaration
from
btc_hf_ag.h:221
int
num_active
;
Examples
References
from
examples
Code
Location
Referrer
int
num_active
;
btc_hf_ag.h:221
clear_phone_state
(
)
;
btc_hf_ag.c:352
btc_hf_init()
num_active
,
hf_local_param
[
idx
]
.
btc_hf_cb
.
num_active
,
btc_hf_ag.c:736
btc_hf_phone_state_update()
(
hf_local_param
[
idx
]
.
btc_hf_cb
.
num_active
)
||
btc_hf_ag.c:748
btc_hf_phone_state_update()
(
hf_local_param
[
idx
]
.
btc_hf_cb
.
num_active
==
0
)
&&
btc_hf_ag.c:771
btc_hf_phone_state_update()
if
(
num_active
>
hf_local_param
[
idx
]
.
btc_hf_cb
.
num_active
)
{
btc_hf_ag.c:807
btc_hf_phone_state_update()
if
(
num_active
>
hf_local_param
[
idx
]
.
btc_hf_cb
.
num_active
)
{
btc_hf_ag.c:821
btc_hf_phone_state_update()
(
(
num_active
+
num_held
)
!=
(
hf_local_param
[
idx
]
.
btc_hf_cb
.
num_active
+
hf_local_param
[
idx
]
.
btc_hf_cb
.
num_held
)
)
)
{
btc_hf_ag.c:904
btc_hf_phone_state_update()
BTC_TRACE_DEBUG
(
"%s: Active call states changed. old: %d new: %d"
,
__FUNCTION__
,
hf_local_param
[
idx
]
.
btc_hf_cb
.
num_active
,
num_active
)
;
btc_hf_ag.c:905
btc_hf_phone_state_update()
(
num_active
==
hf_local_param
[
idx
]
.
btc_hf_cb
.
num_active
)
&&
btc_hf_ag.c:920
btc_hf_phone_state_update()
hf_local_param
[
i
]
.
btc_hf_cb
.
num_active
=
num_active
;
btc_hf_ag.c:928
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::num_active
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::num_active
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