Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_hf_client.h106 esp_hf_client_incoming_data_cb_t recv;
148 esp_hf_client_incoming_data_cb_t btc_hf_client_incoming_data_cb;
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_hf_client_api.h287 typedef void (* esp_hf_client_incoming_data_cb_t)(const uint8_t *buf, uint32_t len); typedef
680 esp_err_t esp_hf_client_register_data_callback(esp_hf_client_incoming_data_cb_t recv,
/hal_espressif-latest/components/bt/host/bluedroid/api/
Desp_hf_client_api.c496 esp_err_t esp_hf_client_register_data_callback(esp_hf_client_incoming_data_cb_t recv, in esp_hf_client_register_data_callback()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/hf_client/
Dbtc_hf_client.c126 void btc_hf_client_reg_data_cb(esp_hf_client_incoming_data_cb_t recv, in btc_hf_client_reg_data_cb()