Home | History | Annotate | Download | only in ag

Lines Matching defs:call

559         /* call swap could result in sending callheld=1 multiple times */
637 /* p_idxstr++; point to beginning of call number */
777 ** Description Send call and callsetup indicators.
785 UINT8 call = p_scb->call_ind;
788 /* set new call and callsetup values based on BTA_AgResult */
793 call = BTA_AG_CALL_INACTIVE;
798 call = BTA_AG_CALL_ACTIVE;
802 call = p_scb->call_ind;
806 bta_ag_send_ind(p_scb, BTA_AG_IND_CALL, call, FALSE);
837 /* call callback with event */
903 else if (p_arg[0] == 'V') /* ATDV : Dial VoIP Call */
935 /* don't call callback */
960 /* we do not support ECC, but HF is sending us a CHLD with call index*/
968 /* If it is swap between calls, set call held indicator to 3(out of valid 0-2)
993 /* don't call callback */
1043 /* if feature not set don't call callback, send ERROR */
1052 /* if feature not supported don't call callback, send ERROR. App will send OK */
1071 /* if feature send OK, else don't call callback, send ERROR */
1084 /* if feature send BTRH, send OK:, else don't call callback, send ERROR */
1114 /* don't call callback */
1135 /* don't call callback */
1140 /* don't call callback */
1253 /* call callback */
1345 /* if incoming call connected stop ring timer */
1358 /* else if no audio at call close sco */
1377 /* if av got suspended by this call, let it resume. */
1455 /* Need to sent 2 callsetup IND's(Call End and Incoming call) after SCO close. */
1580 /* sco closing for outgoing call because of incoming call */
1588 /* if av got suspended by this call, let it resume. */
1607 APPL_TRACE_DEBUG2("cind call:%d callsetup:%d", p_scb->call_ind, p_scb->callsetup_ind);