Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/hf_ag/
Dbtc_hf_ag.c220 tBTA_AG_RES_DATA ag_res; in send_indicator_update() local
221 memset(&ag_res, 0, sizeof(tBTA_AG_RES_DATA)); in send_indicator_update()
222 ag_res.ind.type = indicator; in send_indicator_update()
223 ag_res.ind.value = value; in send_indicator_update()
224 BTA_AgResult(BTA_AG_HANDLE_ALL, BTA_AG_IND_RES, &ag_res); in send_indicator_update()
490 tBTA_AG_RES_DATA ag_res; in btc_hf_vra() local
491 memset(&ag_res, 0, sizeof(ag_res)); in btc_hf_vra()
492 ag_res.state = value; in btc_hf_vra()
493 BTA_AgResult(hf_local_param[idx].btc_hf_cb.handle, BTA_AG_BVRA_RES, &ag_res); in btc_hf_vra()
506 tBTA_AG_RES_DATA ag_res; in btc_hf_volume_control() local
[all …]