Searched refs:ag_res (Results 1 – 1 of 1) sorted by relevance
265 tBTA_AG_RES_DATA ag_res; in send_at_result() local266 memset (&ag_res, 0, sizeof (ag_res)); in send_at_result()268 ag_res.ok_flag = ok_flag; in send_at_result()271 ag_res.errcode = errcode; in send_at_result()274 BTA_AgResult (btif_hf_cb[idx].handle, BTA_AG_UNAT_RES, &ag_res); in send_at_result()288 tBTA_AG_RES_DATA ag_res; in send_indicator_update() local290 memset(&ag_res, 0, sizeof(tBTA_AG_RES_DATA)); in send_indicator_update()291 ag_res.ind.id = indicator; in send_indicator_update()292 ag_res.ind.value = value; in send_indicator_update()294 BTA_AgResult(BTA_AG_HANDLE_ALL, BTA_AG_IND_RES, &ag_res); in send_indicator_update()[all …]