Home
last modified time | relevance | path

Searched refs:esp_hf_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_ag.h188 esp_hf_incoming_data_cb_t recv;
232 esp_hf_incoming_data_cb_t btc_hf_incoming_data_cb;
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_hf_ag_api.h246 typedef void (* esp_hf_incoming_data_cb_t)(const uint8_t *buf, uint32_t len); typedef
693 esp_err_t esp_hf_ag_register_data_callback(esp_hf_incoming_data_cb_t recv, esp_hf_outgoing_data_cb_…
/hal_espressif-latest/components/bt/host/bluedroid/api/
Desp_hf_ag_api.c529 esp_err_t esp_hf_ag_register_data_callback(esp_hf_incoming_data_cb_t recv, esp_hf_outgoing_data_cb_… in esp_hf_ag_register_data_callback()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/hf_ag/
Dbtc_hf_ag.c260 void btc_hf_reg_data_cb(esp_hf_incoming_data_cb_t recv, esp_hf_outgoing_data_cb_t send) in btc_hf_reg_data_cb()