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.h129 #define BTA_AG_IND_RES 5 /* Update an indicator value */ macro
/system/bt/bta/ag/
Dbta_ag_cmd.cc151 {"+CIEV: ", BTA_AG_IND_RES, BTA_AG_RES_FMT_STR},
360 bta_ag_send_result(p_scb, BTA_AG_IND_RES, str, 0); in bta_ag_send_ind()
1631 case BTA_AG_IND_RES: in bta_ag_hfp_result()
Dbta_ag_main.cc91 CASE_RETURN_STR(BTA_AG_IND_RES) in bta_ag_res_str()
/system/bt/btif/src/
Dbtif_hf.cc239 BTA_AgResult(control_block.handle, BTA_AG_IND_RES, ag_res); in send_indicator_update()