Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/hf_ag/
Dbtc_hf_ag.c177 tBTA_AG_RES_DATA ag_res; in send_indicator_update() local
178 memset(&ag_res, 0, sizeof(tBTA_AG_RES_DATA)); in send_indicator_update()
179 ag_res.ind.type = indicator; in send_indicator_update()
180 ag_res.ind.value = value; in send_indicator_update()
181 BTA_AgResult(BTA_AG_HANDLE_ALL, BTA_AG_IND_RES, &ag_res); in send_indicator_update()
443 tBTA_AG_RES_DATA ag_res; in btc_hf_vra() local
444 memset(&ag_res, 0, sizeof(ag_res)); in btc_hf_vra()
445 ag_res.state = value; in btc_hf_vra()
446 BTA_AgResult(hf_local_param[idx].btc_hf_cb.handle, BTA_AG_BVRA_RES, &ag_res); in btc_hf_vra()
463 tBTA_AG_RES_DATA ag_res; in btc_hf_volume_control() local
[all …]