Home
last modified time | relevance | path

Searched refs:esp_hf_client_cb_param_t (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/hf_client/
Dbtc_hf_client.c104 static inline void btc_hf_client_cb_to_app(esp_hf_client_cb_event_t event, esp_hf_client_cb_param_t in btc_hf_client_cb_to_app()
172 esp_hf_client_cb_param_t param = { in btc_hf_client_init()
239 esp_hf_client_cb_param_t param = { in btc_hf_client_deinit()
297 esp_hf_client_cb_param_t param; in btc_hf_client_connect_audio()
298 memset(&param, 0, sizeof(esp_hf_client_cb_param_t)); in btc_hf_client_connect_audio()
808 esp_hf_client_cb_param_t param; in process_ind_evt()
809 memset(&param, 0, sizeof(esp_hf_client_cb_param_t)); in process_ind_evt()
856 esp_hf_client_cb_param_t param; in btc_hf_client_cb_handler()
859 memset(&param, 0, sizeof(esp_hf_client_cb_param_t)); in btc_hf_client_cb_handler()
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_hf_client_api.h277 } esp_hf_client_cb_param_t; /*!< HFP client callback parameters */ typedef
314 typedef void (* esp_hf_client_cb_t)(esp_hf_client_cb_event_t event, esp_hf_client_cb_param_t *param…