Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/btif/src/
Dbtif_hf.c192 tBTA_AG_RES_DATA ag_res; in send_at_result()
215 tBTA_AG_RES_DATA ag_res; in send_indicator_update()
217 memset(&ag_res, 0, sizeof(tBTA_AG_RES_DATA)); in send_indicator_update()
618 tBTA_AG_RES_DATA ag_res; in start_voice_recognition()
651 tBTA_AG_RES_DATA ag_res; in stop_voice_recognition()
680 tBTA_AG_RES_DATA ag_res; in volume_control()
681 memset(&ag_res, 0, sizeof(tBTA_AG_RES_DATA)); in volume_control()
740 tBTA_AG_RES_DATA ag_res; in cops_response()
769 tBTA_AG_RES_DATA ag_res; in cind_response()
804 tBTA_AG_RES_DATA ag_res; in formatted_at_response()
[all …]
/external/bluetooth/bluedroid/bta/include/
Dbta_ag_api.h218 } tBTA_AG_RES_DATA; typedef
492 BTA_API void BTA_AgResult(UINT16 handle, tBTA_AG_RES result, tBTA_AG_RES_DATA *p_data);
/external/bluetooth/bluedroid/bta/ag/
Dbta_ag_api.c282 void BTA_AgResult(UINT16 handle, tBTA_AG_RES result, tBTA_AG_RES_DATA *p_data) in BTA_AgResult()
Dbta_ag_int.h186 tBTA_AG_RES_DATA data;