ESP-IDF
send_indicator_update()
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
send_indicator_update()
send_indicator_update() function
Syntax
Show:
Summary
Declaration
from
btc_hf_ag.c:220
static
void
send_indicator_update
(
UINT16
indicator
,
UINT16
value
)
;
Arguments
Argument
indicator
value
Examples
References
from
examples
Code
Location
Referrer
static
void
send_indicator_update
(
UINT16
indicator
,
UINT16
value
)
btc_hf_ag.c:220
send_indicator_update
(
BTA_AG_IND_CALL
,
call_state
)
;
btc_hf_ag.c:577
btc_hf_indchange_notification()
send_indicator_update
(
BTA_AG_IND_CALLSETUP
,
call_setup_state
)
;
btc_hf_ag.c:578
btc_hf_indchange_notification()
send_indicator_update
(
BTA_AG_IND_SERVICE
,
ntk_state
)
;
btc_hf_ag.c:579
btc_hf_indchange_notification()
send_indicator_update
(
BTA_AG_IND_SIGNAL
,
signal
)
;
btc_hf_ag.c:580
btc_hf_indchange_notification()
send_indicator_update
(
indicator
,
value
)
;
btc_hf_ag.c:593
btc_hf_ciev_report()
send_indicator_update
(
BTA_AG_IND_CALLHELD
,
0
)
;
btc_hf_ag.c:758
btc_hf_phone_state_update()
send_indicator_update
(
BTA_AG_IND_CALLHELD
,
ESP_HF_CALL_HELD_STATUS_HELD_AND_ACTIVE
)
;
btc_hf_ag.c:895
btc_hf_phone_state_update()
send_indicator_update
(
BTA_AG_IND_CALL
,
(
(
num_active
+
num_held
)
>
0
)
?
1
:
0
)
;
btc_hf_ag.c:906
btc_hf_phone_state_update()
send_indicator_update
(
BTA_AG_IND_CALLHELD
,
(
(
num_held
==
0
)
?
0
:
(
(
num_active
==
0
)
?
2
:
1
)
)
)
;
btc_hf_ag.c:913
btc_hf_phone_state_update()
send_indicator_update
(
BTA_AG_IND_CALLHELD
,
1
)
;
btc_hf_ag.c:923
btc_hf_phone_state_update()
Call Tree
from
examples
send_indicator_update()
is called by 3 functions and calls 1 function:
btc_hf_indchange_notification()
btc_hf_ciev_report()
btc_hf_phone_state_update()
All items filtered out
send_indicator_update()
BTA_AgResult()
All items filtered out
Data Use
from
examples
send_indicator_update()
reads 1 variable and writes 2 variables:
tBTA_AG_RES_DATA::ind
All items filtered out
send_indicator_update()
tBTA_AG_IND::type
tBTA_AG_IND::value
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