ESP-IDF
btc_hf_cb_t::num_held
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_held
btc_hf_cb_t::num_held field
Syntax
Show:
Summary
Declaration
from
btc_hf_ag.h:222
int
num_held
;
Examples
References
from
examples
Code
Location
Referrer
int
num_held
;
btc_hf_ag.h:222
clear_phone_state
(
)
;
btc_hf_ag.c:352
btc_hf_init()
num_held
,
hf_local_param
[
idx
]
.
btc_hf_cb
.
num_held
,
btc_hf_ag.c:737
btc_hf_phone_state_update()
(
hf_local_param
[
idx
]
.
btc_hf_cb
.
num_held
)
)
{
btc_hf_ag.c:749
btc_hf_phone_state_update()
if
(
hf_local_param
[
idx
]
.
btc_hf_cb
.
num_held
)
{
btc_hf_ag.c:757
btc_hf_phone_state_update()
(
hf_local_param
[
idx
]
.
btc_hf_cb
.
num_held
==
0
)
&&
btc_hf_ag.c:772
btc_hf_phone_state_update()
}
else
if
(
num_held
>
hf_local_param
[
idx
]
.
btc_hf_cb
.
num_held
)
{
btc_hf_ag.c:810
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()
if
(
num_held
!=
hf_local_param
[
idx
]
.
btc_hf_cb
.
num_held
||
btc_hf_ag.c:910
btc_hf_phone_state_update()
(
(
num_active
==
0
)
&&
(
(
num_held
+
hf_local_param
[
idx
]
.
btc_hf_cb
.
num_held
)
>
1
)
)
)
{
btc_hf_ag.c:911
btc_hf_phone_state_update()
BTC_TRACE_DEBUG
(
"%s: Held call states changed. old: %d new: %d"
,
__FUNCTION__
,
hf_local_param
[
idx
]
.
btc_hf_cb
.
num_held
,
num_held
)
;
btc_hf_ag.c:912
btc_hf_phone_state_update()
(
num_held
==
hf_local_param
[
idx
]
.
btc_hf_cb
.
num_held
)
)
{
btc_hf_ag.c:921
btc_hf_phone_state_update()
hf_local_param
[
i
]
.
btc_hf_cb
.
num_held
=
num_held
;
btc_hf_ag.c:929
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_held
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_held
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