ESP-IDF
esp_hf_cme_err_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_cme_err_t
esp_hf_cme_err_t enum
Syntax
Show:
Summary
Declaration
from
esp_hf_defs.h:226
enum
{
ESP_HF_CME_AG_FAILURE
=
0
,
ESP_HF_CME_NO_CONNECTION_TO_PHONE
=
1
,
ESP_HF_CME_OPERATION_NOT_ALLOWED
=
3
,
ESP_HF_CME_OPERATION_NOT_SUPPORTED
=
4
,
ESP_HF_CME_PH_SIM_PIN_REQUIRED
=
5
,
ESP_HF_CME_SIM_NOT_INSERTED
=
10
,
ESP_HF_CME_SIM_PIN_REQUIRED
=
11
,
ESP_HF_CME_SIM_PUK_REQUIRED
=
12
,
ESP_HF_CME_SIM_FAILURE
=
13
,
ESP_HF_CME_SIM_BUSY
=
14
,
ESP_HF_CME_INCORRECT_PASSWORD
=
16
,
ESP_HF_CME_SIM_PIN2_REQUIRED
=
17
,
ESP_HF_CME_SIM_PUK2_REQUIRED
=
18
,
ESP_HF_CME_MEMORY_FULL
=
20
,
ESP_HF_CME_INVALID_INDEX
=
21
,
ESP_HF_CME_MEMORY_FAILURE
=
23
,
ESP_HF_CME_TEXT_STRING_TOO_LONG
=
24
,
ESP_HF_CME_INVALID_CHARACTERS_IN_TEXT_STRING
=
25
,
ESP_HF_CME_DIAL_STRING_TOO_LONG
=
26
,
ESP_HF_CME_INVALID_CHARACTERS_IN_DIAL_STRING
=
27
,
ESP_HF_CME_NO_NETWORK_SERVICE
=
30
,
ESP_HF_CME_NETWORK_TIMEOUT
=
31
,
ESP_HF_CME_NETWORK_NOT_ALLOWED
=
32
,
}
;
Values
Value
Declared as
Description
esp_hf_cme_err_t::ESP_HF_CME_AG_FAILURE
=
0
ag failure.
esp_hf_cme_err_t::ESP_HF_CME_NO_CONNECTION_TO_PHONE
=
1
no connection to phone.
esp_hf_cme_err_t::ESP_HF_CME_OPERATION_NOT_ALLOWED
=
3
operation not allowed.
esp_hf_cme_err_t::ESP_HF_CME_OPERATION_NOT_SUPPORTED
=
4
operation not supported.
esp_hf_cme_err_t::ESP_HF_CME_PH_SIM_PIN_REQUIRED
=
5
PH-SIM PIN Required.
esp_hf_cme_err_t::ESP_HF_CME_SIM_NOT_INSERTED
=
10
SIM not inserted.
esp_hf_cme_err_t::ESP_HF_CME_SIM_PIN_REQUIRED
=
11
SIM PIN required.
esp_hf_cme_err_t::ESP_HF_CME_SIM_PUK_REQUIRED
=
12
SIM PUK required.
esp_hf_cme_err_t::ESP_HF_CME_SIM_FAILURE
=
13
SIM failure.
esp_hf_cme_err_t::ESP_HF_CME_SIM_BUSY
=
14
SIM busy.
esp_hf_cme_err_t::ESP_HF_CME_INCORRECT_PASSWORD
=
16
incorrect password.
esp_hf_cme_err_t::ESP_HF_CME_SIM_PIN2_REQUIRED
=
17
SIM PIN2 required.
esp_hf_cme_err_t::ESP_HF_CME_SIM_PUK2_REQUIRED
=
18
SIM PUK2 required.
esp_hf_cme_err_t::ESP_HF_CME_MEMORY_FULL
=
20
memory full.
esp_hf_cme_err_t::ESP_HF_CME_INVALID_INDEX
=
21
invalid index.
esp_hf_cme_err_t::ESP_HF_CME_MEMORY_FAILURE
=
23
memory failure.
esp_hf_cme_err_t::ESP_HF_CME_TEXT_STRING_TOO_LONG
=
24
test string too long.
esp_hf_cme_err_t::ESP_HF_CME_INVALID_CHARACTERS_IN_TEXT_STRING
=
25
invalid characters in text string.
esp_hf_cme_err_t::ESP_HF_CME_DIAL_STRING_TOO_LONG
=
26
dial string too long.
esp_hf_cme_err_t::ESP_HF_CME_INVALID_CHARACTERS_IN_DIAL_STRING
=
27
invalid characters in dial string.
esp_hf_cme_err_t::ESP_HF_CME_NO_NETWORK_SERVICE
=
30
no network service.
esp_hf_cme_err_t::ESP_HF_CME_NETWORK_TIMEOUT
=
31
network timeout.
esp_hf_cme_err_t::ESP_HF_CME_NETWORK_NOT_ALLOWED
=
32
network not allowed --emergency calls only.
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
enum
{
esp_hf_defs.h:226
}
esp_hf_cme_err_t
;
esp_hf_defs.h:250
static
bt_status_t
btc_hf_cmee_response
(
bt_bdaddr_t
*
bd_addr
,
esp_hf_at_response_code_t
response_code
,
esp_hf_cme_err_t
error_code
)
btc_hf_ag.c:546
btc_hf_cmee_response()
btc_hf_cmee_response()::error_code
esp_hf_cme_err_t
error_code
;
btc_hf_ag.h:101
at_ok_err_args
at_ok_err_args::error_code
esp_err_t
esp_hf_ag_cmee_send
(
esp_bd_addr_t
remote_addr
,
esp_hf_at_response_code_t
response_code
,
esp_hf_cme_err_t
error_code
)
esp_hf_ag_api.c:216
esp_hf_ag_cmee_send()
esp_hf_ag_cmee_send()::error_code
esp_err_t
esp_hf_ag_cmee_send
(
esp_bd_addr_t
remote_bda
,
esp_hf_at_response_code_t
response_code
,
esp_hf_cme_err_t
error_code
)
;
esp_hf_ag_api.h:447
esp_hf_ag_cmee_send()
esp_hf_ag_cmee_send()::error_code
esp_hf_cme_err_t
cme
;
/*!< Extended Audio Gateway Error Result Code */
esp_hf_client_api.h:232
hf_client_at_response_param
hf_client_at_response_param::cme
}
esp_hf_cme_err_t
;
esp_hf_defs.h:250
esp_hf_cme_err_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_cmee_send()::error_code
esp_hf_ag_cmee_send()
esp_hf_ag_api.c:216
at_ok_err_args::error_code
at_ok_err_args
btc_hf_ag.h:101
esp_hf_ag_cmee_send()::error_code
esp_hf_ag_cmee_send()
esp_hf_ag_api.h:447
hf_client_at_response_param::cme
hf_client_at_response_param
esp_hf_client_api.h:232
btc_hf_cmee_response()::error_code
btc_hf_cmee_response()
btc_hf_ag.c:546
Lifecycle
from
examples
All items filtered out
All items filtered out