Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/btif/src/
Dbtif_hf.c192 tBTA_AG_RES_DATA ag_res; in send_at_result() local
193 memset (&ag_res, 0, sizeof (ag_res)); in send_at_result()
195 ag_res.ok_flag = ok_flag; in send_at_result()
198 ag_res.errcode = errcode; in send_at_result()
201 BTA_AgResult (btif_hf_cb.handle, BTA_AG_UNAT_RES, &ag_res); in send_at_result()
215 tBTA_AG_RES_DATA ag_res; in send_indicator_update() local
217 memset(&ag_res, 0, sizeof(tBTA_AG_RES_DATA)); in send_indicator_update()
218 ag_res.ind.id = indicator; in send_indicator_update()
219 ag_res.ind.value = value; in send_indicator_update()
221 BTA_AgResult(BTA_AG_HANDLE_ALL, BTA_AG_IND_RES, &ag_res); in send_indicator_update()
[all …]