ESP-IDF
tAVRC_SET_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_SET_APP_VALUE_CMD
tAVRC_SET_APP_VALUE_CMD struct
Syntax
Show:
Summary
Declaration
from
avrc_defs.h:974
typedef
struct
{
UINT8
pdu
;
tAVRC_STS
status
;
UINT8
opcode
;
UINT8
num_val
;
tAVRC_APP_SETTING
*
p_vals
;
}
tAVRC_SET_APP_VALUE_CMD
;
Fields
Field
Declared as
tAVRC_SET_APP_VALUE_CMD::pdu
UINT8
tAVRC_SET_APP_VALUE_CMD::status
tAVRC_STS
tAVRC_SET_APP_VALUE_CMD::opcode
UINT8
tAVRC_SET_APP_VALUE_CMD::num_val
UINT8
tAVRC_SET_APP_VALUE_CMD::p_vals
tAVRC_APP_SETTING
*
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
avrc_defs.h:974
}
tAVRC_SET_APP_VALUE_CMD
;
avrc_defs.h:980
static
tAVRC_STS
avrc_bld_set_player_value_cmd
(
tAVRC_SET_APP_VALUE_CMD
*
p_cmd
,
BT_HDR
*
p_pkt
)
avrc_bld_ct.c:187
avrc_bld_set_player_value_cmd()
avrc_bld_set_player_value_cmd()::p_cmd
}
tAVRC_SET_APP_VALUE_CMD
;
avrc_defs.h:980
tAVRC_SET_APP_VALUE_CMD
tAVRC_SET_APP_VALUE_CMD
set_app_val
;
/* SetAppValue */
avrc_defs.h:1143
tAVRC_COMMAND
tAVRC_COMMAND::set_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::set_app_val
tAVRC_COMMAND
avrc_defs.h:1143
avrc_bld_set_player_value_cmd()::p_cmd
avrc_bld_set_player_value_cmd()
avrc_bld_ct.c:187
Lifecycle
from
examples
All items filtered out
All items filtered out