ESP-IDF
tAVRC_MSG_VENDOR::company_id
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/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::company_id
tAVRC_MSG_VENDOR::company_id field
Syntax
Show:
Summary
Declaration
from
avrc_defs.h:790
UINT32
company_id
;
Examples
References
from
examples
Code
Location
Referrer
UINT32
company_id
;
/* Company identifier. */
avrc_defs.h:790
if
(
p_msg
->
company_id
==
AVRC_CO_METADATA
)
{
avrc_api.c:278
avrc_proc_vendor_command()
if
(
p_msg
->
company_id
==
AVRC_CO_METADATA
)
{
avrc_api.c:376
avrc_proc_far_msg()
AVRC_BE_STREAM_TO_CO_ID
(
p_msg
->
company_id
,
p_data
)
;
avrc_api.c:635
avrc_msg_cback()
if
(
p_msg
->
company_id
==
AVRC_CO_METADATA
)
{
avrc_api.c:641
avrc_msg_cback()
AVRC_CO_ID_TO_BE_STREAM
(
p_data
,
p_msg
->
company_id
)
;
avrc_opt.c:69
avrc_vendor_msg()
av
.
vendor_cmd
.
company_id
=
p_vendor
->
company_id
;
bta_av_act.c:885
bta_av_rc_msg()
(
p_vendor
->
company_id
==
AVRC_CO_METADATA
)
)
{
bta_av_act.c:895
bta_av_rc_msg()
(
p_vendor
->
company_id
==
AVRC_CO_METADATA
)
)
{
bta_av_act.c:909
bta_av_rc_msg()
p_buf
->
msg
.
company_id
=
p_bta_av_cfg
->
company_id
;
bta_av_api.c:462
BTA_AvVendorCmd()
p_buf
->
msg
.
company_id
=
company_id
;
bta_av_api.c:498
BTA_AvVendorRsp()
p_buf
->
msg
.
company_id
=
p_bta_av_cfg
->
company_id
;
bta_av_api.c:500
BTA_AvVendorRsp()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tAVRC_MSG_VENDOR::company_id
is written by 3 functions and is read by 5 functions:
BTA_AvVendorCmd()
BTA_AvVendorRsp()
avrc_msg_cback()
All items filtered out
tAVRC_MSG_VENDOR::company_id
bta_av_rc_msg()
avrc_proc_vendor_command()
avrc_proc_far_msg()
avrc_msg_cback()
avrc_vendor_msg()
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