ESP-IDF
tAVRC_MSG::vendor
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
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::vendor
tAVRC_MSG::vendor field
Syntax
Show:
Summary
Declaration
from
avrc_defs.h:827
tAVRC_MSG_VENDOR
vendor
;
Examples
References
from
examples
Code
Location
Referrer
tAVRC_MSG_VENDOR
vendor
;
/* VENDOR DEPENDENT message. */
avrc_defs.h:827
tAVRC_MSG_VENDOR
*
p_msg
=
&
msg
.
vendor
;
avrc_api.c:526
avrc_msg_cback()
status
=
avrc_pars_vendor_rsp
(
&
p_msg
->
vendor
,
p_result
)
;
avrc_pars_ct.c:142
AVRC_ParsResponse()
status
=
avrc_pars_vendor_cmd
(
&
p_msg
->
vendor
,
p_result
,
p_buf
,
buf_len
)
;
avrc_pars_tg.c:288
AVRC_ParsCommand()
if
(
opcode
==
AVRC_OP_VENDOR
&&
p_msg
->
vendor
.
p_vendor_data
!=
NULL
)
{
bta_av_act.c:256
bta_av_rc_msg_cback()
p_data_src
=
p_msg
->
vendor
.
p_vendor_data
;
bta_av_act.c:257
bta_av_rc_msg_cback()
data_len
=
(
UINT16
)
p_msg
->
vendor
.
vendor_len
;
bta_av_act.c:258
bta_av_rc_msg_cback()
p_buf
->
msg
.
vendor
.
p_vendor_data
=
p_data_dst
;
bta_av_act.c:278
bta_av_rc_msg_cback()
tAVRC_MSG_VENDOR
*
p_vendor
=
&
p_msg
->
msg
.
vendor
;
bta_av_act.c:721
bta_av_proc_meta_cmd()
AVRC_VendorRsp
(
p_msg
->
handle
,
p_msg
->
label
,
&
p_msg
->
msg
.
vendor
)
;
bta_av_act.c:734
bta_av_proc_meta_cmd()
tAVRC_MSG_VENDOR
*
p_vendor
=
&
p_data
->
rc_msg
.
msg
.
vendor
;
bta_av_act.c:819
bta_av_rc_msg()
if
(
p_data
->
rc_msg
.
msg
.
vendor
.
p_vendor_data
[
0
]
==
AVRC_PDU_INVALID
)
{
bta_av_act.c:922
bta_av_rc_msg()
p_data
->
rc_msg
.
msg
.
vendor
.
p_vendor_data
[
4
]
=
AVRC_STS_BAD_CMD
;
bta_av_act.c:925
bta_av_rc_msg()
AVRC_VendorRsp
(
p_data
->
rc_msg
.
handle
,
p_data
->
rc_msg
.
label
,
&
p_data
->
rc_msg
.
msg
.
vendor
)
;
bta_av_act.c:929
bta_av_rc_msg()
if
(
av_src
->
meta_msg
.
p_msg
->
vendor
.
p_vendor_data
&&
btc_av.c:1049
btc_av_event_deep_copy()
av_src
->
meta_msg
.
p_msg
->
vendor
.
vendor_len
)
{
btc_av.c:1050
btc_av_event_deep_copy()
av_dest
->
meta_msg
.
p_msg
->
vendor
.
p_vendor_data
=
osi_calloc
(
btc_av.c:1051
btc_av_event_deep_copy()
av_src
->
meta_msg
.
p_msg
->
vendor
.
vendor_len
)
;
btc_av.c:1052
btc_av_event_deep_copy()
assert
(
av_dest
->
meta_msg
.
p_msg
->
vendor
.
p_vendor_data
)
;
btc_av.c:1053
btc_av_event_deep_copy()
memcpy
(
av_dest
->
meta_msg
.
p_msg
->
vendor
.
p_vendor_data
,
btc_av.c:1054
btc_av_event_deep_copy()
av_src
->
meta_msg
.
p_msg
->
vendor
.
p_vendor_data
,
btc_av.c:1055
btc_av_event_deep_copy()
av_src
->
meta_msg
.
p_msg
->
vendor
.
vendor_len
)
;
btc_av.c:1056
btc_av_event_deep_copy()
if
(
av
->
meta_msg
.
p_msg
->
vendor
.
p_vendor_data
)
{
btc_av.c:1076
btc_av_event_free_data()
osi_free
(
av
->
meta_msg
.
p_msg
->
vendor
.
p_vendor_data
)
;
btc_av.c:1077
btc_av_event_free_data()
tAVRC_MSG_VENDOR
*
vendor_msg
=
&
p_meta_msg
->
p_msg
->
vendor
;
btc_avrc.c:850
handle_rc_metamsg_rsp()
vendor_msg
=
&
avrc_msg
->
vendor
;
btc_avrc.c:879
handle_rc_metamsg_rsp()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tAVRC_MSG::vendor
is read by 4 functions:
All items filtered out
tAVRC_MSG::vendor
bta_av_rc_msg_cback()
bta_av_rc_msg()
btc_av_event_deep_copy()
btc_av_event_free_data()
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