ESP-IDF
tAVRC_MSG_PASS::pass_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_MSG_PASS::pass_len
tAVRC_MSG_PASS::pass_len field
Syntax
Show:
Summary
Declaration
from
avrc_defs.h:804
UINT8
pass_len
;
Examples
References
from
examples
Code
Location
Referrer
UINT8
pass_len
;
/* Length in bytes of data. This parameter is only
avrc_defs.h:804
msg
.
pass
.
pass_len
=
*
p_data
++
;
avrc_api.c:701
avrc_msg_cback()
if
(
msg
.
pass
.
pass_len
!=
p_pkt
->
len
-
5
)
{
avrc_api.c:702
avrc_msg_cback()
msg
.
pass
.
pass_len
=
p_pkt
->
len
-
5
;
avrc_api.c:703
avrc_msg_cback()
if
(
msg
.
pass
.
pass_len
)
{
avrc_api.c:705
avrc_msg_cback()
assert
(
AVRC_CMD_BUF_SIZE
>
(
AVRC_MIN_CMD_LEN
+
p_msg
->
pass_len
)
)
;
avrc_api.c:786
avrc_pass_msg()
*
p_data
++
=
p_msg
->
pass_len
;
avrc_api.c:802
avrc_pass_msg()
if
(
p_msg
->
pass_len
&&
p_msg
->
p_pass_data
)
{
avrc_api.c:803
avrc_pass_msg()
memcpy
(
p_data
,
p_msg
->
p_pass_data
,
p_msg
->
pass_len
)
;
avrc_api.c:804
avrc_pass_msg()
p_data
+=
p_msg
->
pass_len
;
avrc_api.c:805
avrc_pass_msg()
if
(
p_msg
->
op_id
==
AVRC_ID_VENDOR
&&
p_msg
->
pass_len
==
AVRC_PASS_THRU_GROUP_LEN
)
{
avrc_utils.c:174
avrc_pars_pass_thru()
data_len
=
(
UINT16
)
p_msg
->
pass
.
pass_len
;
bta_av_act.c:261
bta_av_rc_msg_cback()
bta_av_group_navi_supported
(
p_data
->
rc_msg
.
msg
.
pass
.
pass_len
,
bta_av_act.c:840
bta_av_rc_msg()
av
.
remote_cmd
.
len
=
p_data
->
rc_msg
.
msg
.
pass
.
pass_len
;
bta_av_act.c:861
bta_av_rc_msg()
p_buf
->
msg
.
pass_len
=
0
;
bta_av_api.c:435
BTA_AvRemoteCmd()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tAVRC_MSG_PASS::pass_len
is written by 2 functions and is read by 5 functions:
BTA_AvRemoteCmd()
avrc_msg_cback()
All items filtered out
tAVRC_MSG_PASS::pass_len
bta_av_rc_msg_cback()
bta_av_rc_msg()
avrc_msg_cback()
avrc_pass_msg()
avrc_pars_pass_thru()
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