Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/api/
Desp_hf_client_api.c261 esp_err_t esp_hf_client_send_chld_cmd(esp_hf_chld_type_t chld, int idx) in esp_hf_client_send_chld_cmd() argument
275 arg.chld.type = chld; in esp_hf_client_send_chld_cmd()
276 arg.chld.idx = idx; in esp_hf_client_send_chld_cmd()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_hf_client.h92 } chld; member
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_hf_client_api.h504 esp_err_t esp_hf_client_send_chld_cmd(esp_hf_chld_type_t chld, int idx);
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/hf_client/
Dbtc_hf_client.c1154 btc_hf_client_send_chld_cmd(arg->chld.type, arg->chld.idx); in btc_hf_client_call_handler()