ESP-IDF
esp_hf_btrh_cmd_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
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_btrh_cmd_t
esp_hf_btrh_cmd_t enum
Syntax
Show:
Summary
Declaration
from
esp_hf_defs.h:160
enum
{
ESP_HF_BTRH_CMD_HOLD
=
0
,
ESP_HF_BTRH_CMD_ACCEPT
=
1
,
ESP_HF_BTRH_CMD_REJECT
=
2
,
}
;
Values
Value
Declared as
Description
esp_hf_btrh_cmd_t::ESP_HF_BTRH_CMD_HOLD
=
0
put the incoming call on hold.
esp_hf_btrh_cmd_t::ESP_HF_BTRH_CMD_ACCEPT
=
1
accept a held incoming call.
esp_hf_btrh_cmd_t::ESP_HF_BTRH_CMD_REJECT
=
2
reject a held incoming call.
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
enum
{
esp_hf_defs.h:160
}
esp_hf_btrh_cmd_t
;
esp_hf_defs.h:164
static
bt_status_t
btc_hf_client_send_btrh_cmd
(
esp_hf_btrh_cmd_t
btrh
)
btc_hf_client.c:523
btc_hf_client_send_btrh_cmd()
btc_hf_client_send_btrh_cmd()::btrh
esp_hf_btrh_cmd_t
cmd
;
btc_hf_client.h:96
send_btrh_cmd_args
send_btrh_cmd_args::cmd
esp_err_t
esp_hf_client_send_btrh_cmd
(
esp_hf_btrh_cmd_t
btrh
)
esp_hf_client_api.c:283
esp_hf_client_send_btrh_cmd()
esp_hf_client_send_btrh_cmd()::btrh
esp_err_t
esp_hf_client_send_btrh_cmd
(
esp_hf_btrh_cmd_t
btrh
)
;
esp_hf_client_api.h:519
esp_hf_client_send_btrh_cmd()
esp_hf_client_send_btrh_cmd()::btrh
}
esp_hf_btrh_cmd_t
;
esp_hf_defs.h:164
esp_hf_btrh_cmd_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_client_send_btrh_cmd()::btrh
esp_hf_client_send_btrh_cmd()
esp_hf_client_api.h:519
send_btrh_cmd_args::cmd
send_btrh_cmd_args
btc_hf_client.h:96
btc_hf_client_send_btrh_cmd()::btrh
btc_hf_client_send_btrh_cmd()
btc_hf_client.c:523
esp_hf_client_send_btrh_cmd()::btrh
esp_hf_client_send_btrh_cmd()
esp_hf_client_api.c:283
Lifecycle
from
examples
All items filtered out
All items filtered out