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.h91 #define BTA_AG_IN_CALL_CONN_RES 12 /* Incoming phone call connected */ macro
/system/bt/bta/ag/
Dbta_ag_cmd.c814 else if (result == BTA_AG_IN_CALL_CONN_RES || result == BTA_AG_OUT_CALL_CONN_RES in bta_ag_send_call_inds()
1381 case BTA_AG_IN_CALL_CONN_RES: in bta_ag_hsp_result()
1384 if (p_result->result == BTA_AG_IN_CALL_CONN_RES) in bta_ag_hsp_result()
1515 case BTA_AG_IN_CALL_CONN_RES: in bta_ag_hfp_result()
Dbta_ag_act.c728 bta_ag_send_call_inds(p_scb, BTA_AG_IN_CALL_CONN_RES); in bta_ag_post_sco_open()
757 bta_ag_send_call_inds(p_scb, BTA_AG_IN_CALL_CONN_RES); in bta_ag_post_sco_close()
Dbta_ag_main.c975 case BTA_AG_IN_CALL_CONN_RES: return ("AT Result BTA_AG_IN_CALL_CONN_RES"); in bta_ag_evt_str()
/system/bt/btif/src/
Dbtif_hf.c1351 res = BTA_AG_IN_CALL_CONN_RES; in phone_state_change()