ESP-IDF
tAVRC_GET_CUR_APP_VALUE_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_GET_CUR_APP_VALUE_CMD
tAVRC_GET_CUR_APP_VALUE_CMD struct
Syntax
Show:
Summary
Declaration
from
avrc_defs.h:965
typedef
struct
{
UINT8
pdu
;
tAVRC_STS
status
;
UINT8
opcode
;
UINT8
num_attr
;
UINT8
attrs
[
AVRC_MAX_APP_ATTR_SIZE
]
;
}
tAVRC_GET_CUR_APP_VALUE_CMD
;
Fields
Field
Declared as
tAVRC_GET_CUR_APP_VALUE_CMD::pdu
UINT8
tAVRC_GET_CUR_APP_VALUE_CMD::status
tAVRC_STS
tAVRC_GET_CUR_APP_VALUE_CMD::opcode
UINT8
tAVRC_GET_CUR_APP_VALUE_CMD::num_attr
UINT8
tAVRC_GET_CUR_APP_VALUE_CMD::attrs
UINT8
[
AVRC_MAX_APP_ATTR_SIZE
]
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
avrc_defs.h:965
}
tAVRC_GET_CUR_APP_VALUE_CMD
;
avrc_defs.h:971
tAVRC_GET_CUR_APP_VALUE_CMD
tAVRC_GET_CUR_APP_VALUE_CMD
get_cur_app_val
;
/* GetCurAppValue */
avrc_defs.h:1142
tAVRC_COMMAND
tAVRC_COMMAND::get_cur_app_val
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_cur_app_val
tAVRC_COMMAND
avrc_defs.h:1142
Lifecycle
from
examples
All items filtered out
All items filtered out