Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_hf.c265 tBTA_AG_RES_DATA ag_res; in send_at_result() local
266 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() local
290 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 …]