Home
last modified time | relevance | path

Searched refs:response_code (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_hf_ag.h100 esp_hf_at_response_code_t response_code; member
/hal_espressif-latest/components/bt/host/bluedroid/api/
Desp_hf_ag_api.c214 esp_err_t esp_hf_ag_cmee_send(esp_bd_addr_t remote_addr, esp_hf_at_response_code_t response_code, e… in esp_hf_ag_cmee_send() argument
226 arg.ext_at.response_code = response_code; in esp_hf_ag_cmee_send()
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_hf_ag_api.h447 esp_err_t esp_hf_ag_cmee_send(esp_bd_addr_t remote_bda, esp_hf_at_response_code_t response_code, es…
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/hf_ag/
Dbtc_hf_ag.c542 … btc_hf_cmee_response(bt_bdaddr_t *bd_addr, esp_hf_at_response_code_t response_code, esp_hf_cme_er… in btc_hf_cmee_response() argument
550 if (response_code == ESP_HF_AT_RESPONSE_CODE_OK) { in btc_hf_cmee_response()
1172 … btc_hf_cmee_response(&arg->ext_at.remote_addr, arg->ext_at.response_code, arg->ext_at.error_code); in btc_hf_call_handler()