Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_hf_ag.h117 } ciev_rep; member
/hal_espressif-latest/components/bt/host/bluedroid/api/
Desp_hf_ag_api.c276 memcpy(&(arg.ciev_rep.remote_addr), remote_addr, sizeof(esp_bd_addr_t)); in esp_hf_ag_ciev_report()
277 arg.ciev_rep.ind.type = ind_type; in esp_hf_ag_ciev_report()
278 arg.ciev_rep.ind.value = value; in esp_hf_ag_ciev_report()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/hf_ag/
Dbtc_hf_ag.c1186 … btc_hf_ciev_report(&arg->ciev_rep.remote_addr, arg->ciev_rep.ind.type, arg->ciev_rep.ind.value); in btc_hf_call_handler()