Searched refs:on_demand (Results 1 - 3 of 3) sorted by relevance

/system/bt/bta/ag/
H A Dbta_ag_cmd.c329 static void bta_ag_send_ind(tBTA_AG_SCB *p_scb, UINT16 id, UINT16 value, BOOLEAN on_demand) argument
344 if ((value == p_scb->call_ind) && (on_demand == FALSE))
350 if ((id == BTA_AG_IND_CALLSETUP) && (on_demand == FALSE))
358 if ((id == BTA_AG_IND_SERVICE) && (on_demand == FALSE))
365 if ((id == BTA_AG_IND_SIGNAL) && (on_demand == FALSE))
372 if ((id == BTA_AG_IND_ROAM) && (on_demand == FALSE))
379 if ((id == BTA_AG_IND_BATTCHG) && (on_demand == FALSE))
387 if ((id == BTA_AG_IND_CALLHELD) && (on_demand == FALSE))
1821 if (p_scb->local_hf_indicators[local_index].is_enable != p_result->data.ind.on_demand)
1826 p_scb->local_hf_indicators[local_index].is_enable = p_result->data.ind.on_demand;
[all...]
/system/bt/bta/include/
H A Dbta_ag_api.h252 bool on_demand; member in struct:__anon261
/system/bt/btif/src/
H A Dbtif_hf.c1148 ag_res.ind.on_demand = (ind_status == BTHF_HF_IND_ENABLED);

Completed in 202 milliseconds