ESP-IDF
tAVRC_HDR::subunit_id
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_id
tAVRC_HDR::subunit_id field
Syntax
Show:
Summary
Declaration
from
avrc_defs.h:761
UINT8
subunit_id
;
Examples
References
from
examples
Code
Location
Referrer
UINT8
subunit_id
;
/* Subunit ID. This value is typically ignored in AVRCP,
avrc_defs.h:761
msg
.
hdr
.
subunit_id
=
p_data
[
1
]
&
AVRC_SUBID_MASK
;
avrc_api.c:553
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()
p_buf
->
msg
.
hdr
.
subunit_id
=
0
;
bta_av_api.c:461
BTA_AvVendorCmd()
p_buf
->
msg
.
hdr
.
subunit_id
=
0
;
bta_av_api.c:496
BTA_AvVendorRsp()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tAVRC_HDR::subunit_id
is written by 3 functions and is read by 1 function:
BTA_AvVendorCmd()
BTA_AvVendorRsp()
avrc_msg_cback()
All items filtered out
tAVRC_HDR::subunit_id
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