Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/bt/host/bluedroid/api/include/api/
Desp_hf_defs.h169ESP_HF_CONNECTION_STATE_CONNECTING, /*!< connecting remote device on the RFCOMM data lin… enumerator
/hal_espressif-3.7.0/components/bt/host/bluedroid/btc/core/
Dbtc_util.c131 CASE_RETURN_STR(ESP_HF_CONNECTION_STATE_CONNECTING) in dump_hf_conn_state()
/hal_espressif-3.7.0/components/bt/host/bluedroid/btc/profile/std/hf_ag/
Dbtc_hf_ag.c384 hf_local_param[idx].btc_hf_cb.connection_state = ESP_HF_CONNECTION_STATE_CONNECTING; in connect_init()
1254 …} else if (hf_local_param[idx].btc_hf_cb.connection_state == ESP_HF_CONNECTION_STATE_CONNECTING) { in btc_hf_cb_handler()