Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/include/
Dbta_ag_api.h117 BTA_AG_CIND_RES = 3, /* Send indicator response for AT+CIND */ enumerator
150 CASE_RETURN_TEXT(BTA_AG_CIND_RES); in bta_ag_result_text()
/packages/modules/Bluetooth/system/bta/ag/
Dbta_ag_cmd.cc152 {"+CIND: ", BTA_AG_CIND_RES, BTA_AG_RES_FMT_STR},
1067 bta_ag_send_result(p_scb, BTA_AG_CIND_RES, p_bta_ag_cfg->cind_info, 0); in bta_ag_at_hfp_cback()
1716 case BTA_AG_CIND_RES: in bta_ag_hfp_result()
Dbta_ag_main.cc55 CASE_RETURN_STR(BTA_AG_CIND_RES) in bta_ag_res_str()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_hf.cc1139 BTA_AgResult(btif_hf_cb[idx].handle, BTA_AG_CIND_RES, ag_res); in CindResponse()