Home
last modified time | relevance | path

Searched refs:ESP_HF_CALL_STATUS_NO_CALLS (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_hf_defs.h84 ESP_HF_CALL_STATUS_NO_CALLS = 0, /*!< no call in progress */ enumerator
/hal_espressif-latest/components/bt/host/bluedroid/btc/core/
Dbtc_util.c186 CASE_RETURN_STR(ESP_HF_CALL_STATUS_NO_CALLS) in dump_hf_call_state()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/hf_ag/
Dbtc_hf_ag.c142 hf_local_param[idx].btc_hf_cb.call_state = ESP_HF_CALL_STATUS_NO_CALLS; \
738 …if (num_active == 0 && num_held == 0 && call_state == ESP_HF_CALL_STATUS_NO_CALLS && call_setup_st… in btc_hf_phone_state_update()
742 if ((hf_local_param[idx].btc_hf_cb.call_state != ESP_HF_CALL_STATUS_NO_CALLS) || in btc_hf_phone_state_update()