ESP-IDF
btc_hf_client_args_t::volume_update
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/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
btc_hf_client_args_t::volume_update
btc_hf_client_args_t::volume_update field
Syntax
Show:
Summary
Declaration
from
btc_hf_client.h:73
struct
volume_update_args
{
esp_hf_volume_control_target_t
type
;
int
volume
;
}
volume_update
;
Examples
References
from
examples
Code
Location
Referrer
}
volume_update
;
btc_hf_client.h:76
btc_hf_client_volume_update
(
arg
->
volume_update
.
type
,
arg
->
volume_update
.
volume
)
;
btc_hf_client.c:1148
btc_hf_client_call_handler()
arg
.
volume_update
.
type
=
type
;
esp_hf_client_api.c:203
esp_hf_client_volume_update()
arg
.
volume_update
.
volume
=
volume
;
esp_hf_client_api.c:204
esp_hf_client_volume_update()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
btc_hf_client_args_t::volume_update
is read by 2 functions:
All items filtered out
btc_hf_client_args_t::volume_update
btc_hf_client_call_handler()
esp_hf_client_volume_update()
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