Home
last modified time | relevance | path

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

/system/bt/bta/include/
Dbta_ag_api.h130 #define BTA_AG_OUT_CALL_ORIG_RES 14 /* Outgoing phone call origination */ macro
/system/bt/bta/ag/
Dbta_ag_cmd.c201 {BTA_AG_OUT_CALL_ORIG_RES, BTA_AG_CALLSETUP_OUTGOING},
1465 case BTA_AG_OUT_CALL_ORIG_RES: in bta_ag_hsp_result()
1624 case BTA_AG_OUT_CALL_ORIG_RES: in bta_ag_hfp_result()
Dbta_ag_main.c955 case BTA_AG_OUT_CALL_ORIG_RES: return ("AT Result BTA_AG_OUT_CALL_ORIG_RES"); in bta_ag_evt_str()
Dbta_ag_act.c772 bta_ag_send_call_inds(p_scb, BTA_AG_OUT_CALL_ORIG_RES); in bta_ag_post_sco_close()
/system/bt/btif/src/
Dbtif_hf.c1436 res = BTA_AG_OUT_CALL_ORIG_RES; in phone_state_change()