ESP-IDF
tAVRC_HDR::subunit_type
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_HDR::subunit_type
tAVRC_HDR::subunit_type field
Syntax
Show:
Summary
Declaration
from
avrc_defs.h:760
UINT8
subunit_type
;
Examples
References
from
examples
Code
Location
Referrer
UINT8
subunit_type
;
/* Subunit type. */
avrc_defs.h:760
msg
.
hdr
.
subunit_type
=
(
p_data
[
1
]
&
AVRC_SUBTYPE_MASK
)
>
>
AVRC_SUBTYPE_SHIFT
;
avrc_api.c:552
avrc_msg_cback()
*
p_data
++
=
(
p_msg
->
hdr
.
subunit_type
<
<
AVRC_SUBTYPE_SHIFT
)
|
p_msg
->
hdr
.
subunit_id
;
avrc_opt.c:67
avrc_vendor_msg()
if
(
p_vendor
->
hdr
.
subunit_type
!=
AVRC_SUB_PANEL
)
{
bta_av_act.c:729
bta_av_proc_meta_cmd()
p_buf
->
msg
.
hdr
.
subunit_type
=
AVRC_SUB_PANEL
;
bta_av_api.c:460
BTA_AvVendorCmd()
p_buf
->
msg
.
hdr
.
subunit_type
=
AVRC_SUB_PANEL
;
bta_av_api.c:495
BTA_AvVendorRsp()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tAVRC_HDR::subunit_type
is written by 3 functions and is read by 2 functions:
BTA_AvVendorCmd()
BTA_AvVendorRsp()
avrc_msg_cback()
All items filtered out
tAVRC_HDR::subunit_type
bta_av_proc_meta_cmd()
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