Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfc/tags/
Drw_t1t_ndef.c1080 p_t1t->ndef_msg_offset = offset + p_t1t->work_offset; in rw_t1t_handle_tlv_detect_rsp()
1248 count = (UINT8) p_t1t->ndef_msg_offset; in rw_t1t_handle_ndef_rall_rsp()
1332 index = p_t1t->ndef_msg_offset % T1T_BLOCK_SIZE; in rw_t1t_handle_ndef_read_rsp()
1353 index = p_t1t->ndef_msg_offset % T1T_SEGMENT_SIZE; in rw_t1t_handle_ndef_read_rsp()
1803 offset = p_t1t->ndef_msg_offset; in rw_t1t_get_ndef_max_size()
1804 p_t1t->segment = (UINT8) (p_t1t->ndef_msg_offset/T1T_SEGMENT_SIZE); in rw_t1t_get_ndef_max_size()
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()
2635 init_ndef_msg_offset = p_t1t->ndef_msg_offset; in RW_T1tWriteNDef()
2640 …p_t1t->ndef_msg_offset = init_ndef_msg_offset - (T1T_LONG_NDEF_LEN_FIELD_LEN - T1T_SHORT_NDEF_LE… in RW_T1tWriteNDef()
[all …]
Drw_t2t_ndef.c630 p_t2t->ndef_msg_offset = offset + p_t2t->work_offset; in rw_t2t_handle_tlv_detect_rsp()
1503 offset = p_t2t->ndef_msg_offset; in rw_t2t_get_ndef_max_size()
1528 &&((p_t2t->ndef_msg_offset - p_t2t->ndef_header_offset) == T2T_SHORT_NDEF_LEN_FIELD_LEN) ) in rw_t2t_get_ndef_max_size()
1585 offset = (p_t2t->ndef_msg_offset - (p_t2t->block_read * T2T_BLOCK_SIZE)); in rw_t2t_handle_ndef_read_rsp()
1781 p_t2t->ndef_msg_offset -= 2; in rw_t2t_handle_ndef_write_rsp()
1786 p_t2t->ndef_msg_offset += 2; in rw_t2t_handle_ndef_write_rsp()
2898 p_t2t->ndef_msg_offset = 0; in RW_T2tLocateTlv()
3015 block = (UINT16) (p_t2t->ndef_msg_offset / T2T_BLOCK_LEN); in RW_T2tReadNDef()
/external/libnfc-nci/src/nfc/int/
Drw_int.h161 …UINT16 ndef_msg_offset; /* The offset on Tag where first NDEF mess… member
339 …UINT16 ndef_msg_offset; /* Offset on Tag where first NDEF message … member