Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/include/
Dbta_ag_api.h125 BTA_AG_IN_CALL_RES = 11, /* Indicate incoming phone call */ enumerator
158 CASE_RETURN_TEXT(BTA_AG_IN_CALL_RES); in bta_ag_result_text()
/packages/modules/Bluetooth/system/bta/ag/
Dbta_ag_cmd.cc189 {BTA_AG_IN_CALL_RES, BTA_AG_CALLSETUP_INCOMING},
1425 case BTA_AG_IN_CALL_RES: in bta_ag_hsp_result()
1538 case BTA_AG_IN_CALL_RES: { in bta_ag_hfp_result()
Dbta_ag_main.cc63 CASE_RETURN_STR(BTA_AG_IN_CALL_RES) in bta_ag_res_str()
Dbta_ag_act.cc790 bta_ag_send_call_inds(p_scb, BTA_AG_IN_CALL_RES); in bta_ag_post_sco_close()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_hf.cc1360 res = BTA_AG_IN_CALL_RES; in PhoneStateChange()