ESP-IDF
tAVRC_APP_SETTING_TEXT::str_len
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
tAVRC_APP_SETTING_TEXT::str_len
tAVRC_APP_SETTING_TEXT::str_len field
Syntax
Show:
Summary
Declaration
from
avrc_defs.h:899
UINT8
str_len
;
Examples
References
from
examples
Code
Location
Referrer
UINT8
str_len
;
avrc_defs.h:899
if
(
len_left
<
(
p_rsp
->
p_attrs
[
xx
]
.
str_len
+
4
)
)
{
avrc_bld_tg.c:309
avrc_bld_app_setting_text_rsp()
xx
,
p_rsp
->
p_attrs
[
xx
]
.
str_len
,
len_left
)
;
avrc_bld_tg.c:311
avrc_bld_app_setting_text_rsp()
if
(
!
p_rsp
->
p_attrs
[
xx
]
.
str_len
||
!
p_rsp
->
p_attrs
[
xx
]
.
p_str
)
{
avrc_bld_tg.c:316
avrc_bld_app_setting_text_rsp()
UINT8_TO_BE_STREAM
(
p_data
,
p_rsp
->
p_attrs
[
xx
]
.
str_len
)
;
avrc_bld_tg.c:322
avrc_bld_app_setting_text_rsp()
ARRAY_TO_BE_STREAM
(
p_data
,
p_rsp
->
p_attrs
[
xx
]
.
p_str
,
p_rsp
->
p_attrs
[
xx
]
.
str_len
)
;
avrc_bld_tg.c:323
avrc_bld_app_setting_text_rsp()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tAVRC_APP_SETTING_TEXT::str_len
is read by 1 function:
All items filtered out
tAVRC_APP_SETTING_TEXT::str_len
avrc_bld_app_setting_text_rsp()
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