Home
last modified time | relevance | path

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

/system/bt/bta/include/
Dbta_ag_api.h134 #define BTA_AG_COPS_RES 10 /* Read network operator */ macro
/system/bt/bta/ag/
Dbta_ag_cmd.cc164 {"+COPS: ", BTA_AG_COPS_RES, BTA_AG_RES_FMT_STR},
1581 case BTA_AG_COPS_RES: in bta_ag_hfp_result()
Dbta_ag_main.cc96 CASE_RETURN_STR(BTA_AG_COPS_RES) in bta_ag_res_str()
/system/bt/btif/src/
Dbtif_hf.cc927 BTA_AgResult(btif_hf_cb[idx].handle, BTA_AG_COPS_RES, ag_res); in CopsResponse()