ESP-IDF
esp_hf_volume_control_target_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_hf_volume_control_target_t
esp_hf_volume_control_target_t enum
Syntax
Show:
Summary
Declaration
from
esp_hf_defs.h:39
enum
{
ESP_HF_VOLUME_CONTROL_TARGET_SPK
=
0
,
ESP_HF_VOLUME_CONTROL_TARGET_MIC
,
}
;
Values
Value
Declared as
Description
esp_hf_volume_control_target_t::ESP_HF_VOLUME_CONTROL_TARGET_SPK
=
0
speaker.
esp_hf_volume_control_target_t::ESP_HF_VOLUME_CONTROL_TARGET_MIC
microphone.
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
enum
{
esp_hf_defs.h:39
}
esp_hf_volume_control_target_t
;
esp_hf_defs.h:42
esp_hf_volume_control_target_t
target_type
;
btc_hf_ag.h:87
volcon_args
volcon_args::target_type
static
bt_status_t
btc_hf_client_volume_update
(
esp_hf_volume_control_target_t
type
,
int
volume
)
btc_hf_client.c:391
btc_hf_client_volume_update()
btc_hf_client_volume_update()::type
esp_hf_volume_control_target_t
type
;
btc_hf_client.h:74
volume_update_args
volume_update_args::type
esp_err_t
esp_hf_ag_volume_control
(
esp_bd_addr_t
remote_addr
,
esp_hf_volume_control_target_t
type
,
int
volume
)
esp_hf_ag_api.c:171
esp_hf_ag_volume_control()
esp_hf_ag_volume_control()::type
esp_err_t
esp_hf_ag_volume_control
(
esp_bd_addr_t
remote_bda
,
esp_hf_volume_control_target_t
type
,
int
volume
)
;
esp_hf_ag_api.h:414
esp_hf_ag_volume_control()
esp_hf_ag_volume_control()::type
esp_err_t
esp_hf_client_volume_update
(
esp_hf_volume_control_target_t
type
,
int
volume
)
esp_hf_client_api.c:189
esp_hf_client_volume_update()
esp_hf_client_volume_update()::type
esp_hf_volume_control_target_t
type
;
/*!< volume control target, speaker or microphone */
esp_hf_client_api.h:223
hf_client_volume_control_param
hf_client_volume_control_param::type
esp_err_t
esp_hf_client_volume_update
(
esp_hf_volume_control_target_t
type
,
int
volume
)
;
esp_hf_client_api.h:456
esp_hf_client_volume_update()
esp_hf_client_volume_update()::type
}
esp_hf_volume_control_target_t
;
esp_hf_defs.h:42
esp_hf_volume_control_target_t
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
esp_hf_ag_volume_control()::type
esp_hf_ag_volume_control()
esp_hf_ag_api.c:171
volcon_args::target_type
volcon_args
btc_hf_ag.h:87
esp_hf_ag_volume_control()::type
esp_hf_ag_volume_control()
esp_hf_ag_api.h:414
hf_client_volume_control_param::type
hf_client_volume_control_param
esp_hf_client_api.h:223
esp_hf_client_volume_update()::type
esp_hf_client_volume_update()
esp_hf_client_api.h:456
volume_update_args::type
volume_update_args
btc_hf_client.h:74
btc_hf_client_volume_update()::type
btc_hf_client_volume_update()
btc_hf_client.c:391
esp_hf_client_volume_update()::type
esp_hf_client_volume_update()
esp_hf_client_api.c:189
Lifecycle
from
examples
All items filtered out
All items filtered out