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

/external/libnfc-nci/src/nfc/tags/
H A Drw_t2t_ndef.c539 p_t2t->ndef_header_offset = offset + p_t2t->work_offset;
965 last_ndef_byte_offset = p_t2t->ndef_header_offset;
1086 if (block == p_t2t->ndef_header_offset / T2T_BLOCK_SIZE)
1198 index = p_t2t->ndef_header_offset % T2T_BLOCK_SIZE;
1199 block = (UINT8) (p_t2t->ndef_header_offset / T2T_BLOCK_SIZE);
1394 if (block == p_t2t->ndef_header_offset / T2T_BLOCK_SIZE)
1528 &&((p_t2t->ndef_msg_offset - p_t2t->ndef_header_offset) == T2T_SHORT_NDEF_LEN_FIELD_LEN) )
1728 p_t2t->ndef_write_block = p_t2t->ndef_header_offset / T2T_BLOCK_SIZE;
3109 block = (UINT16) (p_t2t->ndef_header_offset / T2T_BLOCK_LEN);
H A Drw_t1t_ndef.c997 p_t1t->ndef_header_offset = offset + p_t1t->work_offset;
1582 index = p_t1t->ndef_header_offset % T1T_BLOCK_SIZE;
1583 block = (UINT8) (p_t1t->ndef_header_offset / T1T_BLOCK_SIZE);
1584 p_t1t->segment = (UINT8) (p_t1t->ndef_header_offset/T1T_SEGMENT_SIZE);
1671 UINT8 first_block = (UINT8) (p_t1t->ndef_header_offset / T1T_BLOCK_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);
/external/libnfc-nci/src/nfc/int/
H A Drw_int.h164 UINT16 ndef_header_offset; /* The offset on Tag where first NDEF tlv is present */ member in struct:__anon10588
338 UINT16 ndef_header_offset; member in struct:__anon10592

Completed in 52 milliseconds