ESP-IDF
tAVRC_GET_ATTRS_RSP
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_RSP
tAVRC_GET_ATTRS_RSP struct
Syntax
Show:
Summary
Declaration
from
avrc_defs.h:1307
typedef
struct
{
UINT8
pdu
;
tAVRC_STS
status
;
UINT8
opcode
;
UINT8
attr_count
;
tAVRC_ATTR_ENTRY
*
p_attr_list
;
}
tAVRC_GET_ATTRS_RSP
;
Fields
Field
Declared as
tAVRC_GET_ATTRS_RSP::pdu
UINT8
tAVRC_GET_ATTRS_RSP::status
tAVRC_STS
tAVRC_GET_ATTRS_RSP::opcode
UINT8
tAVRC_GET_ATTRS_RSP::attr_count
UINT8
tAVRC_GET_ATTRS_RSP::p_attr_list
tAVRC_ATTR_ENTRY
*
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
avrc_defs.h:1307
}
tAVRC_GET_ATTRS_RSP
;
avrc_defs.h:1313
tAVRC_GET_ATTRS_RSP
tAVRC_GET_ATTRS_RSP
get_attrs
;
/* GetItemAttrs */
avrc_defs.h:1354
tAVRC_RESPONSE
tAVRC_RESPONSE::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_RESPONSE::get_attrs
tAVRC_RESPONSE
avrc_defs.h:1354
Lifecycle
from
examples
All items filtered out
All items filtered out