Searched refs:ndef_msg_offset (Results 1 – 3 of 3) sorted by relevance
1005 p_t1t->ndef_msg_offset = offset + p_t1t->work_offset; in rw_t1t_handle_tlv_detect_rsp()1158 count = (uint8_t)p_t1t->ndef_msg_offset; in rw_t1t_handle_ndef_rall_rsp()1230 index = p_t1t->ndef_msg_offset % T1T_BLOCK_SIZE; in rw_t1t_handle_ndef_read_rsp()1248 index = p_t1t->ndef_msg_offset % T1T_SEGMENT_SIZE; in rw_t1t_handle_ndef_read_rsp()1635 offset = p_t1t->ndef_msg_offset; in rw_t1t_get_ndef_max_size()1636 p_t1t->segment = (uint8_t)(p_t1t->ndef_msg_offset / T1T_SEGMENT_SIZE); in rw_t1t_get_ndef_max_size()1676 ((p_t1t->ndef_msg_offset - p_t1t->ndef_header_offset) == in rw_t1t_get_ndef_max_size()2454 (uint8_t)(p_t1t->ndef_msg_offset - p_t1t->ndef_header_offset); in RW_T1tWriteNDef()2455 init_ndef_msg_offset = p_t1t->ndef_msg_offset; in RW_T1tWriteNDef()2459 p_t1t->ndef_msg_offset = in RW_T1tWriteNDef()[all …]
582 p_t2t->ndef_msg_offset = offset + p_t2t->work_offset; in rw_t2t_handle_tlv_detect_rsp()1422 offset = p_t2t->ndef_msg_offset; in rw_t2t_get_ndef_max_size()1445 ((p_t2t->ndef_msg_offset - p_t2t->ndef_header_offset) == in rw_t2t_get_ndef_max_size()1504 offset = (p_t2t->ndef_msg_offset - (p_t2t->block_read * T2T_BLOCK_SIZE)); in rw_t2t_handle_ndef_read_rsp()1694 p_t2t->ndef_msg_offset -= 2; in rw_t2t_handle_ndef_write_rsp()1697 p_t2t->ndef_msg_offset += 2; in rw_t2t_handle_ndef_write_rsp()2827 p_t2t->ndef_msg_offset = 0; in RW_T2tLocateTlv()2937 block = (uint16_t)(p_t2t->ndef_msg_offset / T2T_BLOCK_LEN); in RW_T2tReadNDef()
200 uint16_t ndef_msg_offset; /* The offset on Tag where first NDEF message is member447 ndef_msg_offset; /* Offset on Tag where first NDEF message is present */ member