ESP-IDF
tAVRC_LIST_APP_VALUES_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_LIST_APP_VALUES_RSP
tAVRC_LIST_APP_VALUES_RSP struct
Syntax
Show:
Summary
Declaration
from
avrc_defs.h:1185
typedef
struct
{
UINT8
pdu
;
tAVRC_STS
status
;
UINT8
opcode
;
UINT8
num_val
;
UINT8
vals
[
AVRC_MAX_APP_ATTR_SIZE
]
;
}
tAVRC_LIST_APP_VALUES_RSP
;
Fields
Field
Declared as
tAVRC_LIST_APP_VALUES_RSP::pdu
UINT8
tAVRC_LIST_APP_VALUES_RSP::status
tAVRC_STS
tAVRC_LIST_APP_VALUES_RSP::opcode
UINT8
tAVRC_LIST_APP_VALUES_RSP::num_val
UINT8
tAVRC_LIST_APP_VALUES_RSP::vals
UINT8
[
AVRC_MAX_APP_ATTR_SIZE
]
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
avrc_defs.h:1185
}
tAVRC_LIST_APP_VALUES_RSP
;
avrc_defs.h:1191
static
tAVRC_STS
avrc_bld_list_app_settings_values_rsp
(
tAVRC_LIST_APP_VALUES_RSP
*
p_rsp
,
avrc_bld_tg.c:157
avrc_bld_list_app_settings_values_rsp()
avrc_bld_list_app_settings_values_rsp()::p_rsp
}
tAVRC_LIST_APP_VALUES_RSP
;
avrc_defs.h:1191
tAVRC_LIST_APP_VALUES_RSP
tAVRC_LIST_APP_VALUES_RSP
list_app_values
;
/* ListPlayerAppValues */
avrc_defs.h:1336
tAVRC_RESPONSE
tAVRC_RESPONSE::list_app_values
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::list_app_values
tAVRC_RESPONSE
avrc_defs.h:1336
avrc_bld_list_app_settings_values_rsp()::p_rsp
avrc_bld_list_app_settings_values_rsp()
avrc_bld_tg.c:157
Lifecycle
from
examples
All items filtered out
All items filtered out