ESP-IDF
tBTA_AG_RES_DATA::str
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::str
tBTA_AG_RES_DATA::str field
Syntax
Show:
Summary
Declaration
from
bta_ag_api.h:317
char
str
[
BTA_AG_AT_MAX_LEN
+
1
]
;
Examples
References
from
examples
Code
Location
Referrer
char
str
[
BTA_AG_AT_MAX_LEN
+
1
]
;
/* used for cops,clcc,cnum... */
bta_ag_api.h:317
if
(
p_result
->
data
.
str
[
0
]
!=
0
)
{
bta_ag_cmd.c:1358
bta_ag_hsp_result()
bta_ag_send_result
(
p_scb
,
code
,
p_result
->
data
.
str
,
0
)
;
bta_ag_cmd.c:1359
bta_ag_hsp_result()
if
(
p_result
->
data
.
str
[
0
]
!=
0
)
{
bta_ag_cmd.c:1412
bta_ag_hfp_result()
snprintf
(
p_scb
->
clip
,
sizeof
(
p_scb
->
clip
)
,
"%s,%d"
,
p_result
->
data
.
str
,
p_result
->
data
.
num
)
;
bta_ag_cmd.c:1413
bta_ag_hfp_result()
p_scb
->
call_ind
=
p_result
->
data
.
str
[
0
]
-
'0'
;
bta_ag_cmd.c:1530
bta_ag_hfp_result()
p_scb
->
callsetup_ind
=
p_result
->
data
.
str
[
2
]
-
'0'
;
bta_ag_cmd.c:1531
bta_ag_hfp_result()
p_scb
->
service_ind
=
p_result
->
data
.
str
[
4
]
-
'0'
;
bta_ag_cmd.c:1532
bta_ag_hfp_result()
p_scb
->
signal_ind
=
p_result
->
data
.
str
[
6
]
-
'0'
;
bta_ag_cmd.c:1533
bta_ag_hfp_result()
p_scb
->
roam_ind
=
p_result
->
data
.
str
[
8
]
-
'0'
;
bta_ag_cmd.c:1534
bta_ag_hfp_result()
p_scb
->
battchg_ind
=
p_result
->
data
.
str
[
10
]
-
'0'
;
bta_ag_cmd.c:1535
bta_ag_hfp_result()
p_scb
->
callheld_ind
=
p_result
->
data
.
str
[
12
]
-
'0'
;
bta_ag_cmd.c:1536
bta_ag_hfp_result()
bta_ag_send_result
(
p_scb
,
code
,
p_result
->
data
.
str
,
0
)
;
bta_ag_cmd.c:1539
bta_ag_hfp_result()
if
(
p_result
->
data
.
str
[
0
]
!=
0
)
{
bta_ag_cmd.c:1550
bta_ag_hfp_result()
bta_ag_send_result
(
p_scb
,
code
,
p_result
->
data
.
str
,
0
)
;
bta_ag_cmd.c:1551
bta_ag_hfp_result()
if
(
p_result
->
data
.
str
[
0
]
!=
0
)
{
bta_ag_cmd.c:1564
bta_ag_hfp_result()
bta_ag_process_unat_res
(
p_result
->
data
.
str
)
;
bta_ag_cmd.c:1565
bta_ag_hfp_result()
APPL_TRACE_DEBUG
(
"BTA_AG_RES :%s"
,
p_result
->
data
.
str
)
;
bta_ag_cmd.c:1566
bta_ag_hfp_result()
bta_ag_send_result
(
p_scb
,
code
,
p_result
->
data
.
str
,
0
)
;
bta_ag_cmd.c:1567
bta_ag_hfp_result()
bta_ag_send_result
(
p_scb
,
code
,
p_result
->
data
.
str
,
0
)
;
bta_ag_cmd.c:1580
bta_ag_hfp_result()
strncpy
(
ag_res
.
str
,
unat
,
BTA_AG_AT_MAX_LEN
)
;
btc_hf_ag.c:533
btc_hf_unat_response()
sprintf
(
ag_res
.
str
,
"%d,%d,%d,%d,%d,%d,%d"
,
btc_hf_ag.c:612
btc_hf_cind_response()
sprintf
(
ag_res
.
str
,
"0,0,\"%s\""
,
name
)
;
btc_hf_ag.c:637
btc_hf_cops_response()
int
loc
=
sprintf
(
ag_res
.
str
,
"%d,%d,%d,%d,%d"
,
index
,
dir
,
current_call_state
,
mode
,
mpty
)
;
btc_hf_ag.c:662
btc_hf_clcc_response()
sprintf
(
&
ag_res
.
str
[
loc
]
,
",\"+%s\",%d"
,
number
,
type
)
;
btc_hf_ag.c:665
btc_hf_clcc_response()
sprintf
(
&
ag_res
.
str
[
loc
]
,
",\"%s\",%d"
,
number
,
type
)
;
btc_hf_ag.c:667
btc_hf_clcc_response()
sprintf
(
ag_res
.
str
,
",\"%s\",%d,,%d"
,
number
,
number_type
,
service_type
)
;
btc_hf_ag.c:688
btc_hf_cnum_response()
sprintf
(
ag_res
.
str
,
",\"%s\",%d,,"
,
number
,
number_type
)
;
btc_hf_ag.c:690
btc_hf_cnum_response()
loc
=
sprintf
(
ag_res
.
str
,
"\"+%s\""
,
number
)
;
btc_hf_ag.c:849
btc_hf_phone_state_update()
loc
=
sprintf
(
ag_res
.
str
,
"\"%s\""
,
number
)
;
btc_hf_ag.c:851
btc_hf_phone_state_update()
sprintf
(
&
ag_res
.
str
[
loc
]
,
",%d"
,
type
)
;
btc_hf_ag.c:855
btc_hf_phone_state_update()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTA_AG_RES_DATA::str
is read by 8 functions:
All items filtered out
tBTA_AG_RES_DATA::str
btc_hf_unat_response()
btc_hf_cind_response()
btc_hf_cops_response()
btc_hf_clcc_response()
btc_hf_cnum_response()
btc_hf_phone_state_update()
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