Home
last modified time | relevance | path

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

/system/bt/bta/include/
Dbta_ag_api.h136 #define BTA_AG_IN_CALL_CONN_RES 12 /* Incoming phone call connected */ macro
/system/bt/bta/ag/
Dbta_ag_cmd.cc563 } else if (result == BTA_AG_IN_CALL_CONN_RES || in bta_ag_send_call_inds()
1371 case BTA_AG_IN_CALL_CONN_RES: in bta_ag_hsp_result()
1374 if (result.result == BTA_AG_IN_CALL_CONN_RES) { in bta_ag_hsp_result()
1475 case BTA_AG_IN_CALL_CONN_RES: in bta_ag_hfp_result()
Dbta_ag_act.cc688 bta_ag_send_call_inds(p_scb, BTA_AG_IN_CALL_CONN_RES); in bta_ag_post_sco_open()
715 bta_ag_send_call_inds(p_scb, BTA_AG_IN_CALL_CONN_RES); in bta_ag_post_sco_close()
Dbta_ag_main.cc98 CASE_RETURN_STR(BTA_AG_IN_CALL_CONN_RES) in bta_ag_res_str()
/system/bt/btif/src/
Dbtif_hf.cc1144 res = BTA_AG_IN_CALL_CONN_RES; in PhoneStateChange()