ESP-IDF
tAVRC_APP_SETTING
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (4/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_APP_SETTING
tAVRC_APP_SETTING struct
Syntax
Show:
Summary
Declaration
from
avrc_defs.h:891
typedef
struct
{
UINT8
attr_id
;
UINT8
attr_val
;
}
tAVRC_APP_SETTING
;
Fields
Field
Declared as
tAVRC_APP_SETTING::attr_id
UINT8
tAVRC_APP_SETTING::attr_val
UINT8
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
avrc_defs.h:891
}
tAVRC_APP_SETTING
;
avrc_defs.h:894
tAVRC_APP_SETTING
tAVRC_APP_SETTING
*
p_vals
;
avrc_defs.h:979
tAVRC_SET_APP_VALUE_CMD
tAVRC_SET_APP_VALUE_CMD::p_vals
tAVRC_APP_SETTING
*
p_vals
;
avrc_defs.h:1199
tAVRC_GET_CUR_APP_VALUE_RSP
tAVRC_GET_CUR_APP_VALUE_RSP::p_vals
tAVRC_APP_SETTING
*
p_app_set
;
avrc_pars_tg.c:52
avrc_pars_vendor_cmd()
size_needed
=
sizeof
(
tAVRC_APP_SETTING
)
;
avrc_pars_tg.c:130
avrc_pars_vendor_cmd()
p_result
->
set_app_val
.
p_vals
=
(
tAVRC_APP_SETTING
*
)
p_buf
;
avrc_pars_tg.c:132
avrc_pars_vendor_cmd()
tAVRC_APP_SETTING
values
=
{
0
}
;
btc_avrc.c:1165
btc_avrc_ct_send_set_player_value_cmd()
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_SET_APP_VALUE_CMD::p_vals
tAVRC_SET_APP_VALUE_CMD
avrc_defs.h:979
tAVRC_GET_CUR_APP_VALUE_RSP::p_vals
tAVRC_GET_CUR_APP_VALUE_RSP
avrc_defs.h:1199
Lifecycle
from
examples
All items filtered out
All items filtered out