ESP-IDF
tBTA_AG_API_RESULT::result
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_AG_API_RESULT::result
tBTA_AG_API_RESULT::result field
Syntax
Show:
Summary
Declaration
from
bta_ag_int.h:199
tBTA_AG_RES
result
;
Examples
References
from
examples
Code
Location
Referrer
tBTA_AG_RES
result
;
bta_ag_int.h:199
p_buf
->
result
=
result
;
bta_ag_api.c:267
BTA_AgResult()
UINT8
code
=
bta_ag_trans_result
[
p_result
->
result
]
;
bta_ag_cmd.c:1285
bta_ag_hsp_result()
APPL_TRACE_DEBUG
(
"bta_ag_hsp_result : res = %d"
,
p_result
->
result
)
;
bta_ag_cmd.c:1287
bta_ag_hsp_result()
switch
(
p_result
->
result
)
{
bta_ag_cmd.c:1289
bta_ag_hsp_result()
if
(
p_result
->
result
==
BTA_AG_IN_CALL_CONN_RES
)
{
bta_ag_cmd.c:1320
bta_ag_hsp_result()
UINT8
code
=
bta_ag_trans_result
[
p_result
->
result
]
;
bta_ag_cmd.c:1386
bta_ag_hfp_result()
APPL_TRACE_DEBUG
(
"bta_ag_hfp_result : res = %d"
,
p_result
->
result
)
;
bta_ag_cmd.c:1388
bta_ag_hfp_result()
switch
(
p_result
->
result
)
bta_ag_cmd.c:1390
bta_ag_hfp_result()
bta_ag_send_call_inds
(
p_scb
,
p_result
->
result
)
;
bta_ag_cmd.c:1420
bta_ag_hfp_result()
bta_ag_send_call_inds
(
p_scb
,
p_result
->
result
)
;
bta_ag_cmd.c:1440
bta_ag_hfp_result()
bta_ag_send_call_inds
(
p_scb
,
p_result
->
result
)
;
bta_ag_cmd.c:1455
bta_ag_hfp_result()
bta_ag_send_call_inds
(
p_scb
,
p_result
->
result
)
;
bta_ag_cmd.c:1459
bta_ag_hfp_result()
bta_ag_send_call_inds
(
p_scb
,
p_result
->
result
)
;
bta_ag_cmd.c:1467
bta_ag_hfp_result()
bta_ag_send_call_inds
(
p_scb
,
p_result
->
result
)
;
bta_ag_cmd.c:1487
bta_ag_hfp_result()
bta_ag_send_call_inds
(
p_scb
,
p_result
->
result
)
;
bta_ag_cmd.c:1500
bta_ag_hfp_result()
bta_ag_send_call_inds
(
p_scb
,
p_result
->
result
)
;
bta_ag_cmd.c:1515
bta_ag_hfp_result()
bta_ag_send_call_inds
(
p_scb
,
p_result
->
result
)
;
bta_ag_cmd.c:1582
bta_ag_hfp_result()
event
,
bta_ag_evt_str
(
event
,
p_data
->
api_result
.
result
)
)
;
bta_ag_main.c:900
bta_ag_sm_execute()
bta_ag_evt_str
(
in_event
,
p_data
->
api_result
.
result
)
)
;
bta_ag_main.c:928
bta_ag_sm_execute()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTA_AG_API_RESULT::result
is written by 1 function and is read by 3 functions:
BTA_AgResult()
All items filtered out
tBTA_AG_API_RESULT::result
bta_ag_sm_execute()
bta_ag_hsp_result()
bta_ag_hfp_result()
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