Home
last modified time | relevance | path

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

/system/bt/bta/include/
Dbta_ag_api.h120 BTA_AG_IND_RES = 5, /* Update an indicator value */ enumerator
153 CASE_RETURN_TEXT(BTA_AG_IND_RES); in bta_ag_result_text()
/system/bt/bta/ag/
Dbta_ag_cmd.cc146 {"+CIEV: ", BTA_AG_IND_RES, BTA_AG_RES_FMT_STR},
354 bta_ag_send_result(p_scb, BTA_AG_IND_RES, str, 0); in bta_ag_send_ind()
1661 case BTA_AG_IND_RES: in bta_ag_hfp_result()
Dbta_ag_main.cc53 CASE_RETURN_STR(BTA_AG_IND_RES) in bta_ag_res_str()
/system/bt/btif/src/
Dbtif_hf.cc237 BTA_AgResult(control_block.handle, BTA_AG_IND_RES, ag_res); in send_indicator_update()