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

/system/bt/bta/ag/
H A Dbta_ag_cmd.cc187 /* callsetup indicator value lookup table */
562 * Description Send call and callsetup indicators.
571 /* set new call and callsetup values based on BTA_AgResult */
572 size_t callsetup = bta_ag_indicator_by_result_code(result); local
586 bta_ag_send_ind(p_scb, BTA_AG_IND_CALLSETUP, callsetup, false);
1421 /* send callsetup indicator */
1423 /* Need to sent 2 callsetup IND's(Call End and Incoming call) after SCO
1524 /* Send only callsetup end indicator after sco close */
1549 APPL_TRACE_DEBUG("cind call:%d callsetup:%d", p_scb->call_ind,

Completed in 223 milliseconds