Home | History | Annotate | Download | only in src

Lines Matching full:held

772         /* per the errata 2043, call=1 implies atleast one call is in progress (active/held)
782 ((num_held == 0) ? 0 : ((num_active == 0) ? 2 : 1))); /* Call held */
927 /* record call termination timestamp if there was an active/held call or callsetup state > BTHF_CALL_STATE_IDLE */
935 /* if held call was present, reset that as well */
944 ** 2. an held was resumed
1058 /* per the errata 2043, call=1 implies atleast one call is in progress (active/held)
1068 /* Held Changed? */
1071 BTIF_TRACE_DEBUG3("%s: Held call states changed. old: %d new: %d", __FUNCTION__, btif_hf_cb.num_held, num_held);