Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/bt/host/bluedroid/api/include/api/
Desp_hf_client_api.h291 typedef void (* esp_hf_client_cb_t)(esp_hf_client_cb_event_t event, esp_hf_client_cb_param_t *param… typedef
305 esp_err_t esp_hf_client_register_callback(esp_hf_client_cb_t callback);
/hal_espressif-3.4.0/components/bt/host/bluedroid/btc/profile/std/hf_client/
Dbtc_hf_client.c95esp_hf_client_cb_t btc_hf_client_callback = (esp_hf_client_cb_t)btc_profile_cb_get(BTC_PID_HF_CLIE… in btc_hf_client_cb_to_app()
/hal_espressif-3.4.0/components/bt/host/bluedroid/api/
Desp_hf_client_api.c26 esp_err_t esp_hf_client_register_callback(esp_hf_client_cb_t callback) in esp_hf_client_register_callback()