Home
last modified time | relevance | path

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

/system/bt/bta/include/
Dbta_ag_api.h148 #define BTA_AG_UNAT_RES 20 /* Response to unknown AT command event */ macro
/system/bt/bta/ag/
Dbta_ag_cmd.cc163 {"", BTA_AG_UNAT_RES, BTA_AG_RES_FMT_STR}};
1409 case BTA_AG_UNAT_RES: in bta_ag_hsp_result()
1606 case BTA_AG_UNAT_RES: { in bta_ag_hfp_result()
Dbta_ag_main.cc106 CASE_RETURN_STR(BTA_AG_UNAT_RES) in bta_ag_res_str()
/system/bt/btif/src/
Dbtif_hf.cc222 BTA_AgResult(btif_hf_cb[idx].handle, BTA_AG_UNAT_RES, ag_res); in send_at_result()
968 BTA_AgResult(btif_hf_cb[idx].handle, BTA_AG_UNAT_RES, ag_res); in FormattedAtResponse()