Lines Matching refs:more
851 * check if the number of NFCEE expected is more than what's currently in CB */
1570 tNFA_STATUS nfa_ee_route_add_one_ecb(tNFA_EE_ECB *p_cb, int max_len, BOOLEAN more, UINT8 *ps, int *p_cur_offset)
1584 NFA_TRACE_DEBUG5 ("nfa_ee_route_add_one_ecb max_len:%d, max_tlv:%d, cur_offset:%d, more:%d, num_tlv:%d",
1585 max_len, max_tlv, *p_cur_offset, more, num_tlv);
1677 else if (more == FALSE)
1690 NFC_SetRouting(more, p_cb->nfcee_id, num_tlv, tlv_size, ps + 1);
1699 NFC_SetRouting(more, p_cb->nfcee_id, 0, 0, ps + 1);
1836 BOOLEAN more = TRUE;
1866 more = FALSE;
1875 status = nfa_ee_route_add_one_ecb(&nfa_ee_cb.ecb[NFA_EE_CB_4_DH], max_len, more, p, &cur_offset);
1882 for (xx = 0; (xx < nfa_ee_cb.cur_ee) && more; xx++, p_cb++)
1889 more = FALSE;
1890 status = nfa_ee_route_add_one_ecb(p_cb, max_len, more, p, &cur_offset);
1893 more = FALSE;