Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/btif/src/
Dbtif_hf.c201 BTA_AgResult (btif_hf_cb.handle, BTA_AG_UNAT_RES, &ag_res); in send_at_result()
221 BTA_AgResult(BTA_AG_HANDLE_ALL, BTA_AG_IND_RES, &ag_res); in send_indicator_update()
621 BTA_AgResult (btif_hf_cb.handle, BTA_AG_BVRA_RES, &ag_res); in start_voice_recognition()
654 BTA_AgResult (btif_hf_cb.handle, BTA_AG_BVRA_RES, &ag_res); in stop_voice_recognition()
685 BTA_AgResult(btif_hf_cb.handle, in volume_control()
746 BTA_AgResult (btif_hf_cb.handle, BTA_AG_COPS_RES, &ag_res); in cops_response()
784 BTA_AgResult (btif_hf_cb.handle, BTA_AG_CIND_RES, &ag_res); in cind_response()
811 BTA_AgResult (btif_hf_cb.handle, BTA_AG_UNAT_RES, &ag_res); in formatted_at_response()
888 BTA_AgResult (btif_hf_cb.handle, BTA_AG_CLCC_RES, &ag_res); in clcc_response()
933 BTA_AgResult (BTA_AG_HANDLE_ALL, BTA_AG_END_CALL_RES, NULL); in phone_state_change()
[all …]
/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() function
/external/bluetooth/bluedroid/bta/include/
Dbta_ag_api.h492 BTA_API void BTA_AgResult(UINT16 handle, tBTA_AG_RES result, tBTA_AG_RES_DATA *p_data);