Home
last modified time | relevance | path

Searched refs:esp_hf_outgoing_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.h189 esp_hf_outgoing_data_cb_t send;
233 esp_hf_outgoing_data_cb_t btc_hf_outgoing_data_cb;
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_hf_ag_api.h263 typedef uint32_t (* esp_hf_outgoing_data_cb_t) (uint8_t *buf, uint32_t len); typedef
693 …t esp_hf_ag_register_data_callback(esp_hf_incoming_data_cb_t recv, esp_hf_outgoing_data_cb_t send);
/hal_espressif-latest/components/bt/host/bluedroid/api/
Desp_hf_ag_api.c529 …_t esp_hf_ag_register_data_callback(esp_hf_incoming_data_cb_t recv, esp_hf_outgoing_data_cb_t send) 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()