Home
last modified time | relevance | path

Searched refs:BTA_AG_IND_CALL (Results 1 – 3 of 3) sorted by relevance

/system/bt/bta/include/
Dbta_ag_api.h395 #define BTA_AG_IND_CALL 1 /* position of call indicator */ macro
/system/bt/bta/ag/
Dbta_ag_cmd.cc310 ((id != BTA_AG_IND_CALL) && (id != BTA_AG_IND_CALLSETUP) && in bta_ag_send_ind()
316 if (id == BTA_AG_IND_CALL) { in bta_ag_send_ind()
572 bta_ag_send_ind(p_scb, BTA_AG_IND_CALL, call, false); in bta_ag_send_call_inds()
/system/bt/btif/src/
Dbtif_hf.cc1283 send_indicator_update(control_block, BTA_AG_IND_CALL, in PhoneStateChange()
1314 ag_res.ind.id = BTA_AG_IND_CALL; in PhoneStateChange()