ESP-IDF
tAVRC_MSG_PASS::p_pass_data
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::p_pass_data
tAVRC_MSG_PASS::p_pass_data field
Syntax
Show:
Summary
Declaration
from
avrc_defs.h:802
UINT8
*
p_pass_data
;
Examples
References
from
examples
Code
Location
Referrer
UINT8
*
p_pass_data
;
/* Pointer to data. This parameter is only valid
avrc_defs.h:802
msg
.
pass
.
p_pass_data
=
p_data
;
avrc_api.c:706
avrc_msg_cback()
msg
.
pass
.
p_pass_data
=
NULL
;
avrc_api.c:708
avrc_msg_cback()
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
->
p_pass_data
;
avrc_utils.c:175
avrc_pars_pass_thru()
}
else
if
(
opcode
==
AVRC_OP_PASS_THRU
&&
p_msg
->
pass
.
p_pass_data
!=
NULL
)
{
bta_av_act.c:259
bta_av_rc_msg_cback()
p_data_src
=
p_msg
->
pass
.
p_pass_data
;
bta_av_act.c:260
bta_av_rc_msg_cback()
p_buf
->
msg
.
pass
.
p_pass_data
=
p_data_dst
;
bta_av_act.c:280
bta_av_rc_msg_cback()
p_data
->
rc_msg
.
msg
.
pass
.
p_pass_data
,
is_inquiry
)
;
bta_av_act.c:841
bta_av_rc_msg()
av
.
remote_cmd
.
p_data
=
p_data
->
rc_msg
.
msg
.
pass
.
p_pass_data
;
bta_av_act.c:860
bta_av_rc_msg()
p_buf
->
msg
.
p_pass_data
=
NULL
;
bta_av_api.c:434
BTA_AvRemoteCmd()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tAVRC_MSG_PASS::p_pass_data
is written by 3 functions and is read by 4 functions:
bta_av_rc_msg_cback()
BTA_AvRemoteCmd()
avrc_msg_cback()
All items filtered out
tAVRC_MSG_PASS::p_pass_data
bta_av_rc_msg_cback()
bta_av_rc_msg()
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