ESP-IDF
tAVRC_CMD
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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_CMD
tAVRC_CMD struct
Syntax
Show:
Summary
Declaration
from
avrc_defs.h:1122
typedef
struct
{
UINT8
pdu
;
tAVRC_STS
status
;
UINT8
opcode
;
}
tAVRC_CMD
;
Fields
Field
Declared as
tAVRC_CMD::pdu
UINT8
tAVRC_CMD::status
tAVRC_STS
tAVRC_CMD::opcode
UINT8
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
avrc_defs.h:1122
}
tAVRC_CMD
;
avrc_defs.h:1126
tAVRC_CMD
tAVRC_CMD
cmd
;
avrc_defs.h:1138
tAVRC_COMMAND
tAVRC_COMMAND::cmd
tAVRC_CMD
list_app_attr
;
/* ListPlayerAppAttr */
avrc_defs.h:1140
tAVRC_COMMAND
tAVRC_COMMAND::list_app_attr
tAVRC_CMD
get_play_status
;
/* GetPlayStatus */
avrc_defs.h:1149
tAVRC_COMMAND
tAVRC_COMMAND::get_play_status
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_COMMAND::cmd
tAVRC_COMMAND
avrc_defs.h:1138
tAVRC_COMMAND::list_app_attr
tAVRC_COMMAND
avrc_defs.h:1140
tAVRC_COMMAND::get_play_status
tAVRC_COMMAND
avrc_defs.h:1149
Lifecycle
from
examples
All items filtered out
All items filtered out