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.c263 tBTA_AG_RES_DATA ag_res; in send_at_result()
286 tBTA_AG_RES_DATA ag_res; in send_indicator_update()
288 memset(&ag_res, 0, sizeof(tBTA_AG_RES_DATA)); in send_indicator_update()
865 tBTA_AG_RES_DATA ag_res; in start_voice_recognition()
900 tBTA_AG_RES_DATA ag_res; in stop_voice_recognition()
932 tBTA_AG_RES_DATA ag_res; in volume_control()
933 memset(&ag_res, 0, sizeof(tBTA_AG_RES_DATA)); in volume_control()
994 tBTA_AG_RES_DATA ag_res; in cops_response()
1026 tBTA_AG_RES_DATA ag_res; in cind_response()
1061 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
505 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.c280 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;