Home | History | Annotate | Download | only in ee

Lines Matching defs:num_tlv

1717     *p = 0;            /* num_tlv=0 */
1735 uint8_t num_tlv, len;
1750 /* use the first byte of the buffer (ps) to keep the num_tlv */
1751 num_tlv = *ps;
1754 "more:%d, num_tlv:%d",
1755 *p_max_len, max_tlv, *p_cur_offset, more, num_tlv);
1774 num_tlv++;
1795 num_tlv++;
1808 num_tlv++;
1811 /* update the num_tlv and current offset */
1814 *ps = num_tlv;
1824 num_tlv++;
1842 num_tlv = *ps;
1854 *ps = num_tlv;
1879 "nfa_ee_route_add_one_ecb: set routing num_tlv:%d tlv_size:%d",
1880 num_tlv, tlv_size);
1881 if (NFC_SetRouting(more, num_tlv, (uint8_t)(*p_cur_offset), ps + 1) ==
2059 /* use the first byte of the buffer (p) to keep the num_tlv */