Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/api/
Desp_hf_ag_api.c39 btc_profile_cb_set(BTC_PID_HF, callback); in esp_hf_ag_register_callback()
50 msg.pid = BTC_PID_HF; in esp_hf_ag_init()
65 msg.pid = BTC_PID_HF; in esp_hf_ag_deinit()
80 msg.pid = BTC_PID_HF; in esp_hf_ag_slc_connect()
99 msg.pid = BTC_PID_HF; in esp_hf_ag_slc_disconnect()
118 msg.pid = BTC_PID_HF; in esp_hf_ag_audio_connect()
137 msg.pid = BTC_PID_HF; in esp_hf_ag_audio_disconnect()
156 msg.pid = BTC_PID_HF; in esp_hf_ag_vra_control()
179 msg.pid = BTC_PID_HF; in esp_hf_ag_volume_control()
200 msg.pid = BTC_PID_HF; in esp_hf_ag_unknown_at_send()
[all …]
/hal_espressif-latest/components/bt/common/btc/include/btc/
Dbtc_task.h65 BTC_PID_HF, enumerator
/hal_espressif-latest/components/bt/common/btc/core/
Dbtc_task.c135 [BTC_PID_HF] = {btc_hf_call_handler, btc_hf_cb_handler},
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/hf_ag/
Dbtc_hf_ag.c212 esp_hf_cb_t btc_hf_callbacks = (esp_hf_cb_t)btc_profile_cb_get(BTC_PID_HF); in btc_hf_cb_to_app()
248 msg.pid = BTC_PID_HF; in bte_hf_evt()