ESP-IDF
tAVRC_SET_VOLUME_CMD::volume
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_SET_VOLUME_CMD::volume
tAVRC_SET_VOLUME_CMD::volume field
Syntax
Show:
Summary
Declaration
from
avrc_defs.h:1057
UINT8
volume
;
Examples
References
from
examples
Code
Location
Referrer
UINT8
volume
;
avrc_defs.h:1057
UINT8_TO_BE_STREAM
(
p_data
,
(
AVRC_MAX_VOLUME
&
p_cmd
->
volume
)
)
;
avrc_bld_ct.c:86
avrc_bld_set_abs_volume_cmd()
BE_STREAM_TO_UINT8
(
p_result
->
volume
.
volume
,
p
)
;
avrc_pars_tg.c:253
avrc_pars_vendor_cmd()
p_result
->
volume
.
volume
&=
0x7F
;
// remove the top bit
avrc_pars_tg.c:254
avrc_pars_vendor_cmd()
avrc_rsp
.
volume
.
volume
=
pavrc_cmd
->
volume
.
volume
;
btc_avrc.c:779
btc_rc_upstreams_evt()
param
.
set_abs_vol
.
volume
=
pavrc_cmd
->
volume
.
volume
;
btc_avrc.c:785
btc_rc_upstreams_evt()
avrc_cmd
.
volume
.
volume
=
volume
;
btc_avrc.c:1273
btc_avrc_ct_send_set_absolute_volume_cmd()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tAVRC_SET_VOLUME_CMD::volume
is written by 2 functions and is read by 3 functions:
btc_avrc_ct_send_set_absolute_volume_cmd()
avrc_pars_vendor_cmd()
All items filtered out
tAVRC_SET_VOLUME_CMD::volume
btc_rc_upstreams_evt()
avrc_bld_set_abs_volume_cmd()
avrc_pars_vendor_cmd()
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
Lifecycle
from
examples
All items filtered out
All items filtered out