Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/api/
Desp_hf_client_api.c28 btc_profile_cb_set(BTC_PID_HF_CLIENT, callback); in esp_hf_client_register_callback()
41 msg.pid = BTC_PID_HF_CLIENT; in esp_hf_client_init()
58 msg.pid = BTC_PID_HF_CLIENT; in esp_hf_client_deinit()
77 msg.pid = BTC_PID_HF_CLIENT; in esp_hf_client_connect()
99 msg.pid = BTC_PID_HF_CLIENT; in esp_hf_client_disconnect()
121 msg.pid = BTC_PID_HF_CLIENT; in esp_hf_client_connect_audio()
143 msg.pid = BTC_PID_HF_CLIENT; in esp_hf_client_disconnect_audio()
164 msg.pid = BTC_PID_HF_CLIENT; in esp_hf_client_start_voice_recognition()
181 msg.pid = BTC_PID_HF_CLIENT; in esp_hf_client_stop_voice_recognition()
199 msg.pid = BTC_PID_HF_CLIENT; in esp_hf_client_volume_update()
[all …]
/hal_espressif-latest/components/bt/common/btc/include/btc/
Dbtc_task.h68 BTC_PID_HF_CLIENT, enumerator
/hal_espressif-latest/components/bt/common/btc/core/
Dbtc_task.c138 [BTC_PID_HF_CLIENT] = {btc_hf_client_call_handler, btc_hf_client_cb_handler},
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/hf_client/
Dbtc_hf_client.c106 …_hf_client_cb_t btc_hf_client_callback = (esp_hf_client_cb_t)btc_profile_cb_get(BTC_PID_HF_CLIENT); in btc_hf_client_cb_to_app()
746 msg.pid = BTC_PID_HF_CLIENT; in bte_hf_client_evt()