Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfc/tags/
Drw_t2t_ndef.c539 p_t2t->ndef_header_offset = offset + p_t2t->work_offset; in rw_t2t_handle_tlv_detect_rsp()
965 last_ndef_byte_offset = p_t2t->ndef_header_offset; in rw_t2t_read_ndef_last_block()
1086 if (block == p_t2t->ndef_header_offset / T2T_BLOCK_SIZE) in rw_t2t_is_read_before_write_block()
1198 index = p_t2t->ndef_header_offset % T2T_BLOCK_SIZE; in rw_t2t_write_ndef_first_block()
1199 block = (UINT8) (p_t2t->ndef_header_offset / T2T_BLOCK_SIZE); in rw_t2t_write_ndef_first_block()
1394 if (block == p_t2t->ndef_header_offset / T2T_BLOCK_SIZE) in rw_t2t_update_cb()
1528 &&((p_t2t->ndef_msg_offset - p_t2t->ndef_header_offset) == T2T_SHORT_NDEF_LEN_FIELD_LEN) ) in rw_t2t_get_ndef_max_size()
1728 p_t2t->ndef_write_block = p_t2t->ndef_header_offset / T2T_BLOCK_SIZE; in rw_t2t_handle_ndef_write_rsp()
3109 block = (UINT16) (p_t2t->ndef_header_offset / T2T_BLOCK_LEN); in RW_T2tWriteNDef()
Drw_t1t_ndef.c997 p_t1t->ndef_header_offset = offset + p_t1t->work_offset; in rw_t1t_handle_tlv_detect_rsp()
1582 index = p_t1t->ndef_header_offset % T1T_BLOCK_SIZE; in rw_t1t_ndef_write_first_block()
1583 block = (UINT8) (p_t1t->ndef_header_offset / T1T_BLOCK_SIZE); in rw_t1t_ndef_write_first_block()
1584 p_t1t->segment = (UINT8) (p_t1t->ndef_header_offset/T1T_SEGMENT_SIZE); in rw_t1t_ndef_write_first_block()
1671 UINT8 first_block = (UINT8) (p_t1t->ndef_header_offset / T1T_BLOCK_SIZE); in rw_t1t_prepare_ndef_bytes()
1846 &&((p_t1t->ndef_msg_offset - p_t1t->ndef_header_offset) == T1T_SHORT_NDEF_LEN_FIELD_LEN) ) in rw_t1t_get_ndef_max_size()
2634 init_lengthfield_len = (UINT8) (p_t1t->ndef_msg_offset - p_t1t->ndef_header_offset); in RW_T1tWriteNDef()
/external/libnfc-nci/src/nfc/int/
Drw_int.h164 …UINT16 ndef_header_offset; /* The offset on Tag where first NDEF tlv … member
338 UINT16 ndef_header_offset; member