Home
last modified time | relevance | path

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

/system/bt/bta/include/
Dbta_ag_api.h102 typedef UINT8 tBTA_AG_RES; typedef
508 void BTA_AgResult(UINT16 handle, tBTA_AG_RES result, tBTA_AG_RES_DATA *p_data);
/system/bt/bta/ag/
Dbta_ag_int.h185 tBTA_AG_RES result;
393 extern void bta_ag_send_call_inds(tBTA_AG_SCB *p_scb, tBTA_AG_RES result);
Dbta_ag_api.c279 void BTA_AgResult(UINT16 handle, tBTA_AG_RES result, tBTA_AG_RES_DATA *p_data) in BTA_AgResult()
Dbta_ag_main.c40 static char *bta_ag_evt_str(UINT16 event, tBTA_AG_RES result);
944 static char *bta_ag_evt_str(UINT16 event, tBTA_AG_RES result) in bta_ag_evt_str()
Dbta_ag_cmd.c802 void bta_ag_send_call_inds(tBTA_AG_SCB *p_scb, tBTA_AG_RES result) in bta_ag_send_call_inds()
/system/bt/btif/src/
Dbtif_hf.c1256 tBTA_AG_RES res = 0xff; in phone_state_change()