Searched refs:ag_res (Results 1 – 1 of 1) sorted by relevance
177 tBTA_AG_RES_DATA ag_res; in send_indicator_update() local178 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() local444 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 …]