Home
last modified time | relevance | path

Searched refs:btc_hf_client_args_t (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/api/
Desp_hf_client_api.c73 btc_hf_client_args_t arg; in esp_hf_client_connect()
80 memset(&arg, 0, sizeof(btc_hf_client_args_t)); in esp_hf_client_connect()
84 stat = btc_transfer_context(&msg, &arg, sizeof(btc_hf_client_args_t), NULL, NULL); in esp_hf_client_connect()
95 btc_hf_client_args_t arg; in esp_hf_client_disconnect()
102 memset(&arg, 0, sizeof(btc_hf_client_args_t)); in esp_hf_client_disconnect()
106 stat = btc_transfer_context(&msg, &arg, sizeof(btc_hf_client_args_t), NULL, NULL); in esp_hf_client_disconnect()
117 btc_hf_client_args_t arg; in esp_hf_client_connect_audio()
124 memset(&arg, 0, sizeof(btc_hf_client_args_t)); in esp_hf_client_connect_audio()
128 stat = btc_transfer_context(&msg, &arg, sizeof(btc_hf_client_args_t), NULL, NULL); in esp_hf_client_connect_audio()
139 btc_hf_client_args_t arg; in esp_hf_client_disconnect_audio()
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_hf_client.h127 } btc_hf_client_args_t; typedef
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/hf_client/
Dbtc_hf_client.c1117 btc_hf_client_args_t *arg = (btc_hf_client_args_t *)(msg->arg); in btc_hf_client_call_handler()