Searched refs:terminator_byte_index (Results 1 - 2 of 2) sorted by relevance

/external/libnfc-nci/src/nfc/tags/
H A Drw_t2t_ndef.c996 p_t2t->terminator_byte_index = terminator_tlv_byte_index - 1;
1001 p_t2t->terminator_byte_index = 0x00;
1024 block = p_t2t->terminator_byte_index / T2T_BLOCK_SIZE;
1098 else if (block == p_t2t->terminator_byte_index / T2T_BLOCK_SIZE)
1399 if (p_t2t->terminator_byte_index/T2T_BLOCK_SIZE == block)
1428 if (p_t2t->terminator_byte_index != 0)
1551 p_t2t->terminator_tlv_block[p_t2t->terminator_byte_index%T2T_BLOCK_LEN] = TAG_TERMINATOR_TLV;
1554 block = p_t2t->terminator_byte_index/T2T_BLOCK_LEN;
1657 if ((p_t2t->terminator_byte_index / T2T_BLOCK_SIZE) == p_t2t->ndef_last_block_num)
1664 else if (p_t2t->terminator_byte_index !
[all...]
/external/libnfc-nci/src/nfc/int/
H A Drw_int.h336 UINT16 terminator_byte_index; /* The offset of the tag where terminator tlv may be added */ member in struct:__anon24370

Completed in 38 milliseconds