ESP-IDF
tAVRC_GET_CUR_APP_VALUE_RSP
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/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_RSP
tAVRC_GET_CUR_APP_VALUE_RSP struct
Syntax
Show:
Summary
Declaration
from
avrc_defs.h:1194
typedef
struct
{
UINT8
pdu
;
tAVRC_STS
status
;
UINT8
opcode
;
UINT8
num_val
;
tAVRC_APP_SETTING
*
p_vals
;
}
tAVRC_GET_CUR_APP_VALUE_RSP
;
Fields
Field
Declared as
tAVRC_GET_CUR_APP_VALUE_RSP::pdu
UINT8
tAVRC_GET_CUR_APP_VALUE_RSP::status
tAVRC_STS
tAVRC_GET_CUR_APP_VALUE_RSP::opcode
UINT8
tAVRC_GET_CUR_APP_VALUE_RSP::num_val
UINT8
tAVRC_GET_CUR_APP_VALUE_RSP::p_vals
tAVRC_APP_SETTING
*
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
avrc_defs.h:1194
}
tAVRC_GET_CUR_APP_VALUE_RSP
;
avrc_defs.h:1200
static
tAVRC_STS
avrc_bld_get_cur_app_setting_value_rsp
(
tAVRC_GET_CUR_APP_VALUE_RSP
*
p_rsp
,
avrc_bld_tg.c:203
avrc_bld_get_cur_app_setting_value_rsp()
avrc_bld_get_cur_app_setting_value_rsp()::p_rsp
}
tAVRC_GET_CUR_APP_VALUE_RSP
;
avrc_defs.h:1200
tAVRC_GET_CUR_APP_VALUE_RSP
tAVRC_GET_CUR_APP_VALUE_RSP
get_cur_app_val
;
/* GetCurAppValue */
avrc_defs.h:1337
tAVRC_RESPONSE
tAVRC_RESPONSE::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_RESPONSE::get_cur_app_val
tAVRC_RESPONSE
avrc_defs.h:1337
avrc_bld_get_cur_app_setting_value_rsp()::p_rsp
avrc_bld_get_cur_app_setting_value_rsp()
avrc_bld_tg.c:203
Lifecycle
from
examples
All items filtered out
All items filtered out