Home | History | Annotate | Download | only in ee

Lines Matching refs:num_tlv

1888         *p              = 0;                /* num_tlv=0 */
1905 UINT8 num_tlv, len;
1918 /* use the first byte of the buffer (ps) to keep the num_tlv */
1919 num_tlv = *ps;
1920 NFA_TRACE_DEBUG5 ("nfa_ee_route_add_one_ecb max_len:%d, max_tlv:%d, cur_offset:%d, more:%d, num_tlv:%d",
1921 *p_max_len, max_tlv, *p_cur_offset, more, num_tlv);
1942 num_tlv++;
1965 num_tlv++;
1971 /* update the num_tlv and current offset */
1974 *ps = num_tlv;
1985 num_tlv++;
2004 num_tlv = *ps;
2016 *ps = num_tlv;
2046 NFA_TRACE_DEBUG2 ("nfa_ee_route_add_one_ecb: set routing num_tlv:%d tlv_size:%d", num_tlv, tlv_size);
2047 if (NFC_SetRouting(more, num_tlv, (UINT8)(*p_cur_offset), ps + 1) == NFA_STATUS_OK)
2242 /* use the first byte of the buffer (p) to keep the num_tlv */