Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_hf.cc217 tBTA_AG_RES_DATA ag_res = {}; in send_at_result() local
218 ag_res.ok_flag = ok_flag; in send_at_result()
220 ag_res.errcode = errcode; in send_at_result()
222 BTA_AgResult(btif_hf_cb[idx].handle, BTA_AG_UNAT_RES, ag_res); in send_at_result()
236 tBTA_AG_RES_DATA ag_res = {}; in send_indicator_update() local
237 ag_res.ind.id = indicator; in send_indicator_update()
238 ag_res.ind.value = value; in send_indicator_update()
239 BTA_AgResult(control_block.handle, BTA_AG_IND_RES, ag_res); in send_indicator_update()
819 tBTA_AG_RES_DATA ag_res = {}; in StartVoiceRecognition() local
820 ag_res.state = true; in StartVoiceRecognition()
[all …]