Home
last modified time | relevance | path

Searched refs:BTA_AG_CALL_WAIT_RES (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/bta/include/
Dbta_ag_api.h127 BTA_AG_CALL_WAIT_RES = 13, /* Call waiting notification */ enumerator
160 CASE_RETURN_TEXT(BTA_AG_CALL_WAIT_RES); in bta_ag_result_text()
/packages/modules/Bluetooth/system/bta/ag/
Dbta_ag_cmd.cc150 {"+CCWA: ", BTA_AG_CALL_WAIT_RES, BTA_AG_RES_FMT_STR},
190 {BTA_AG_CALL_WAIT_RES, BTA_AG_CALLSETUP_INCOMING},
1765 case BTA_AG_CALL_WAIT_RES: in bta_ag_hfp_result()
Dbta_ag_main.cc65 CASE_RETURN_STR(BTA_AG_CALL_WAIT_RES) in bta_ag_res_str()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_hf.cc1358 res = BTA_AG_CALL_WAIT_RES; in PhoneStateChange()
1404 if (res == BTA_AG_CALL_WAIT_RES || name_str.empty()) { in PhoneStateChange()