Home
last modified time | relevance | path

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

/system/bt/bta/include/
Dbta_ag_api.h82 #define BTA_AG_CIND_RES 3 /* Send indicator response for AT+CIND */ macro
/system/bt/bta/ag/
Dbta_ag_main.c944 case BTA_AG_CIND_RES: return ("AT Result BTA_AG_CIND_RES"); in bta_ag_evt_str()
Dbta_ag_cmd.c1622 case BTA_AG_CIND_RES: in bta_ag_hfp_result()
/system/bt/btif/src/
Dbtif_hf.c1100 BTA_AgResult (btif_hf_cb[idx].handle, BTA_AG_CIND_RES, &ag_res); in cind_response()