ESP-IDF
tAVRC_GET_ATTRS_CMD
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_GET_ATTRS_CMD
tAVRC_GET_ATTRS_CMD struct
Syntax
Show:
Summary
Declaration
from
avrc_defs.h:1083
typedef
struct
{
UINT8
pdu
;
tAVRC_STS
status
;
UINT8
opcode
;
UINT8
scope
;
tAVRC_UID
uid
;
UINT16
uid_counter
;
UINT8
attr_count
;
UINT32
*
p_attr_list
;
}
tAVRC_GET_ATTRS_CMD
;
Fields
Field
Declared as
tAVRC_GET_ATTRS_CMD::pdu
UINT8
tAVRC_GET_ATTRS_CMD::status
tAVRC_STS
tAVRC_GET_ATTRS_CMD::opcode
UINT8
tAVRC_GET_ATTRS_CMD::scope
UINT8
tAVRC_GET_ATTRS_CMD::uid
tAVRC_UID
tAVRC_GET_ATTRS_CMD::uid_counter
UINT16
tAVRC_GET_ATTRS_CMD::attr_count
UINT8
tAVRC_GET_ATTRS_CMD::p_attr_list
UINT32
*
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
avrc_defs.h:1083
}
tAVRC_GET_ATTRS_CMD
;
avrc_defs.h:1092
tAVRC_GET_ATTRS_CMD
tAVRC_GET_ATTRS_CMD
get_attrs
;
/* GetItemAttrs */
avrc_defs.h:1159
tAVRC_COMMAND
tAVRC_COMMAND::get_attrs
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::get_attrs
tAVRC_COMMAND
avrc_defs.h:1159
Lifecycle
from
examples
All items filtered out
All items filtered out