Searched refs:ndef_msg_offset (Results 1 - 3 of 3) sorted by relevance

/external/libnfc-nci/src/nfc/tags/
H A Drw_t1t_ndef.c1080 p_t1t->ndef_msg_offset = offset + p_t1t->work_offset;
1248 count = (UINT8) p_t1t->ndef_msg_offset;
1332 index = p_t1t->ndef_msg_offset % T1T_BLOCK_SIZE;
1353 index = p_t1t->ndef_msg_offset % T1T_SEGMENT_SIZE;
1803 offset = p_t1t->ndef_msg_offset;
1804 p_t1t->segment = (UINT8) (p_t1t->ndef_msg_offset/T1T_SEGMENT_SIZE);
1846 &&((p_t1t->ndef_msg_offset - p_t1t->ndef_header_offset) == T1T_SHORT_NDEF_LEN_FIELD_LEN) )
2634 init_lengthfield_len = (UINT8) (p_t1t->ndef_msg_offset - p_t1t->ndef_header_offset);
2635 init_ndef_msg_offset = p_t1t->ndef_msg_offset;
2637 /* ndef_msg_offset shoul
[all...]
H A Drw_t2t_ndef.c630 p_t2t->ndef_msg_offset = offset + p_t2t->work_offset;
1503 offset = p_t2t->ndef_msg_offset;
1528 &&((p_t2t->ndef_msg_offset - p_t2t->ndef_header_offset) == T2T_SHORT_NDEF_LEN_FIELD_LEN) )
1585 offset = (p_t2t->ndef_msg_offset - (p_t2t->block_read * T2T_BLOCK_SIZE));
1781 p_t2t->ndef_msg_offset -= 2;
1786 p_t2t->ndef_msg_offset += 2;
2898 p_t2t->ndef_msg_offset = 0;
3015 block = (UINT16) (p_t2t->ndef_msg_offset / T2T_BLOCK_LEN);
/external/libnfc-nci/src/nfc/int/
H A Drw_int.h161 UINT16 ndef_msg_offset; /* The offset on Tag where first NDEF message is present*/ member in struct:__anon10588
339 UINT16 ndef_msg_offset; /* Offset on Tag where first NDEF message is present */ member in struct:__anon10592

Completed in 60 milliseconds