ESP-IDF
tBTA_AG_RES_DATA::ok_flag
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_RES_DATA::ok_flag
tBTA_AG_RES_DATA::ok_flag field
Syntax
Show:
Summary
Declaration
from
bta_ag_api.h:322
UINT8
ok_flag
;
Examples
References
from
examples
Code
Location
Referrer
UINT8
ok_flag
;
/* Indicates if response is finished, and if error occurred */
bta_ag_api.h:322
if
(
p_result
->
data
.
ok_flag
!=
BTA_AG_OK_ERROR
)
{
bta_ag_cmd.c:1357
bta_ag_hsp_result()
if
(
p_result
->
data
.
ok_flag
==
BTA_AG_OK_DONE
)
{
bta_ag_cmd.c:1361
bta_ag_hsp_result()
if
(
p_result
->
data
.
ok_flag
!=
BTA_AG_OK_ERROR
)
{
bta_ag_cmd.c:1549
bta_ag_hfp_result()
if
(
p_result
->
data
.
ok_flag
==
BTA_AG_OK_DONE
)
{
bta_ag_cmd.c:1553
bta_ag_hfp_result()
if
(
p_result
->
data
.
ok_flag
!=
BTA_AG_OK_ERROR
)
{
bta_ag_cmd.c:1563
bta_ag_hfp_result()
if
(
p_result
->
data
.
ok_flag
==
BTA_AG_OK_DONE
)
{
bta_ag_cmd.c:1570
bta_ag_hfp_result()
if
(
p_result
->
data
.
ok_flag
!=
BTA_AG_OK_ERROR
)
bta_ag_cmd.c:1591
bta_ag_hfp_result()
if
(
p_result
->
data
.
ok_flag
!=
BTA_AG_OK_ERROR
)
{
bta_ag_cmd.c:1600
bta_ag_hfp_result()
if
(
p_result
->
data
.
ok_flag
==
BTA_AG_OK_DONE
)
{
bta_ag_cmd.c:1606
bta_ag_hfp_result()
ag_res
.
ok_flag
=
BTA_AG_OK_ERROR
;
btc_hf_ag.c:535
btc_hf_unat_response()
ag_res
.
ok_flag
=
BTA_AG_OK_DONE
;
btc_hf_ag.c:555
btc_hf_cmee_response()
ag_res
.
ok_flag
=
BTA_AG_OK_ERROR
;
btc_hf_ag.c:557
btc_hf_cmee_response()
ag_res
.
ok_flag
=
BTA_AG_OK_DONE
;
btc_hf_ag.c:638
btc_hf_cops_response()
ag_res
.
ok_flag
=
BTA_AG_OK_DONE
;
btc_hf_ag.c:658
btc_hf_clcc_response()
ag_res
.
ok_flag
=
BTA_AG_OK_DONE
;
btc_hf_ag.c:692
btc_hf_cnum_response()
ag_res
.
ok_flag
=
BTA_AG_OK_ERROR
;
btc_hf_ag.c:1604
btc_hf_cb_handler()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTA_AG_RES_DATA::ok_flag
is written by 6 functions and is read by 2 functions:
btc_hf_unat_response()
btc_hf_cmee_response()
btc_hf_cops_response()
btc_hf_clcc_response()
btc_hf_cnum_response()
btc_hf_cb_handler()
All items filtered out
tBTA_AG_RES_DATA::ok_flag
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