ESP-IDF
tAVRC_HDR
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
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
tAVRC_HDR
tAVRC_HDR struct
* data type definitions
Syntax
Show:
Summary
Declaration
from
avrc_defs.h:758
typedef
struct
{
UINT8
ctype
;
UINT8
subunit_type
;
UINT8
subunit_id
;
UINT8
opcode
;
}
tAVRC_HDR
;
Fields
Field
Declared as
tAVRC_HDR::ctype
UINT8
tAVRC_HDR::subunit_type
UINT8
tAVRC_HDR::subunit_id
UINT8
tAVRC_HDR::opcode
UINT8
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
avrc_defs.h:758
}
tAVRC_HDR
;
avrc_defs.h:765
tAVRC_HDR
tAVRC_HDR
hdr
;
/* Message header. */
avrc_defs.h:769
tAVRC_MSG_UNIT
tAVRC_MSG_UNIT::hdr
tAVRC_HDR
hdr
;
/* Message header. */
avrc_defs.h:777
tAVRC_MSG_SUB
tAVRC_MSG_SUB::hdr
tAVRC_HDR
hdr
;
/* Message header. */
avrc_defs.h:789
tAVRC_MSG_VENDOR
tAVRC_MSG_VENDOR::hdr
tAVRC_HDR
hdr
;
/* hdr.ctype Unused.
avrc_defs.h:797
tAVRC_MSG_PASS
tAVRC_MSG_PASS::hdr
tAVRC_HDR
hdr
;
/* hdr.ctype AVRC_CMD or AVRC_RSP.
avrc_defs.h:814
tAVRC_MSG_BROWSE
tAVRC_MSG_BROWSE::hdr
tAVRC_HDR
hdr
;
/* Message header. */
avrc_defs.h:824
tAVRC_MSG
tAVRC_MSG::hdr
memcpy
(
&
av
.
remote_cmd
.
hdr
,
&
p_data
->
rc_msg
.
msg
.
hdr
,
sizeof
(
tAVRC_HDR
)
)
;
bta_av_act.c:862
bta_av_rc_msg()
tAVRC_HDR
hdr
;
/* Message header. */
bta_av_api.h:439
tBTA_AV_REMOTE_CMD
tBTA_AV_REMOTE_CMD::hdr
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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
Instance
Scope
Location
Project
tAVRC_MSG_UNIT::hdr
tAVRC_MSG_UNIT
avrc_defs.h:769
tAVRC_MSG_SUB::hdr
tAVRC_MSG_SUB
avrc_defs.h:777
tAVRC_MSG_VENDOR::hdr
tAVRC_MSG_VENDOR
avrc_defs.h:789
tAVRC_MSG_PASS::hdr
tAVRC_MSG_PASS
avrc_defs.h:797
tAVRC_MSG_BROWSE::hdr
tAVRC_MSG_BROWSE
avrc_defs.h:814
tAVRC_MSG::hdr
tAVRC_MSG
avrc_defs.h:824
tBTA_AV_REMOTE_CMD::hdr
tBTA_AV_REMOTE_CMD
bta_av_api.h:439
Lifecycle
from
examples
All items filtered out
All items filtered out