Lines Matching full:callsetup
309 /* callsetup indicator value lookup table */
806 ** Description Send call and callsetup indicators.
815 UINT8 callsetup;
817 /* set new call and callsetup values based on BTA_AgResult */
818 callsetup = bta_ag_callsetup_ind_tbl[result];
836 bta_ag_send_ind(p_scb, BTA_AG_IND_CALLSETUP, callsetup, FALSE);
1747 /* send callsetup indicator */
1750 /* Need to sent 2 callsetup IND's(Call End and Incoming call) after SCO close. */
1867 /* Send only callsetup end indicator after sco close */
1894 APPL_TRACE_DEBUG("cind call:%d callsetup:%d", p_scb->call_ind, p_scb->callsetup_ind);