ESP-IDF
tBTA_AV_API_VENDOR::msg
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
tBTA_AV_API_VENDOR::msg
tBTA_AV_API_VENDOR::msg field
Syntax
Show:
Summary
Declaration
from
bta_av_int.h:254
tAVRC_MSG_VENDOR
msg
;
Examples
References
from
examples
Code
Location
Referrer
tAVRC_MSG_VENDOR
msg
;
bta_av_int.h:254
AVRC_VendorCmd
(
p_rcb
->
handle
,
p_data
->
api_vendor
.
label
,
&
p_data
->
api_vendor
.
msg
)
;
bta_av_act.c:584
bta_av_rc_vendor_cmd()
AVRC_VendorRsp
(
p_rcb
->
handle
,
p_data
->
api_vendor
.
label
,
&
p_data
->
api_vendor
.
msg
)
;
bta_av_act.c:605
bta_av_rc_vendor_rsp()
p_buf
->
msg
.
hdr
.
ctype
=
cmd_code
;
bta_av_api.c:459
BTA_AvVendorCmd()
p_buf
->
msg
.
hdr
.
subunit_type
=
AVRC_SUB_PANEL
;
bta_av_api.c:460
BTA_AvVendorCmd()
p_buf
->
msg
.
hdr
.
subunit_id
=
0
;
bta_av_api.c:461
BTA_AvVendorCmd()
p_buf
->
msg
.
company_id
=
p_bta_av_cfg
->
company_id
;
bta_av_api.c:462
BTA_AvVendorCmd()
p_buf
->
msg
.
vendor_len
=
len
;
bta_av_api.c:464
BTA_AvVendorCmd()
p_buf
->
msg
.
p_vendor_data
=
NULL
;
bta_av_api.c:466
BTA_AvVendorCmd()
p_buf
->
msg
.
p_vendor_data
=
(
UINT8
*
)
(
p_buf
+
1
)
;
bta_av_api.c:468
BTA_AvVendorCmd()
memcpy
(
p_buf
->
msg
.
p_vendor_data
,
p_data
,
len
)
;
bta_av_api.c:469
BTA_AvVendorCmd()
p_buf
->
msg
.
hdr
.
ctype
=
rsp_code
;
bta_av_api.c:494
BTA_AvVendorRsp()
p_buf
->
msg
.
hdr
.
subunit_type
=
AVRC_SUB_PANEL
;
bta_av_api.c:495
BTA_AvVendorRsp()
p_buf
->
msg
.
hdr
.
subunit_id
=
0
;
bta_av_api.c:496
BTA_AvVendorRsp()
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()
p_buf
->
msg
.
vendor_len
=
len
;
bta_av_api.c:503
BTA_AvVendorRsp()
p_buf
->
msg
.
p_vendor_data
=
NULL
;
bta_av_api.c:505
BTA_AvVendorRsp()
p_buf
->
msg
.
p_vendor_data
=
(
UINT8
*
)
(
p_buf
+
1
)
;
bta_av_api.c:507
BTA_AvVendorRsp()
memcpy
(
p_buf
->
msg
.
p_vendor_data
,
p_data
,
len
)
;
bta_av_api.c:508
BTA_AvVendorRsp()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTA_AV_API_VENDOR::msg
is read by 2 functions:
All items filtered out
tBTA_AV_API_VENDOR::msg
BTA_AvVendorCmd()
BTA_AvVendorRsp()
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