Home
last modified time | relevance | path

Searched refs:last_ndef_byte_offset (Results 1 – 1 of 1) sorted by relevance

/external/libnfc-nci/src/nfc/tags/
Drw_t2t_ndef.c957 UINT16 last_ndef_byte_offset; in rw_t2t_read_ndef_last_block() local
965 last_ndef_byte_offset = p_t2t->ndef_header_offset; in rw_t2t_read_ndef_last_block()
970 if (rw_t2t_is_lock_res_byte ((UINT16) (last_ndef_byte_offset)) == FALSE) in rw_t2t_read_ndef_last_block()
973 last_ndef_byte_offset++; in rw_t2t_read_ndef_last_block()
975 p_t2t->ndef_last_block_num = (UINT16) ((last_ndef_byte_offset - 1) / T2T_BLOCK_SIZE); in rw_t2t_read_ndef_last_block()
986 terminator_tlv_byte_index = last_ndef_byte_offset; in rw_t2t_read_ndef_last_block()