Searched refs:ndef_header_offset (Results 1 – 3 of 3) sorted by relevance
506 p_t2t->ndef_header_offset = offset + p_t2t->work_offset; in rw_t2t_handle_tlv_detect_rsp()929 last_ndef_byte_offset = p_t2t->ndef_header_offset; in rw_t2t_read_ndef_last_block()1047 if (block == p_t2t->ndef_header_offset / T2T_BLOCK_SIZE) { in rw_t2t_is_read_before_write_block()1141 index = p_t2t->ndef_header_offset % T2T_BLOCK_SIZE; in rw_t2t_write_ndef_first_block()1142 block = (uint8_t)(p_t2t->ndef_header_offset / T2T_BLOCK_SIZE); in rw_t2t_write_ndef_first_block()1329 if (block == p_t2t->ndef_header_offset / T2T_BLOCK_SIZE) { in rw_t2t_update_cb()1445 ((p_t2t->ndef_msg_offset - p_t2t->ndef_header_offset) == in rw_t2t_get_ndef_max_size()1644 p_t2t->ndef_write_block = p_t2t->ndef_header_offset / T2T_BLOCK_SIZE; in rw_t2t_handle_ndef_write_rsp()3030 block = (uint16_t)(p_t2t->ndef_header_offset / T2T_BLOCK_LEN); in RW_T2tWriteNDef()
934 p_t1t->ndef_header_offset = offset + p_t1t->work_offset; in rw_t1t_handle_tlv_detect_rsp()1440 index = p_t1t->ndef_header_offset % T1T_BLOCK_SIZE; in rw_t1t_ndef_write_first_block()1441 block = (uint8_t)(p_t1t->ndef_header_offset / T1T_BLOCK_SIZE); in rw_t1t_ndef_write_first_block()1442 p_t1t->segment = (uint8_t)(p_t1t->ndef_header_offset / T1T_SEGMENT_SIZE); in rw_t1t_ndef_write_first_block()1520 uint8_t first_block = (uint8_t)(p_t1t->ndef_header_offset / T1T_BLOCK_SIZE); in rw_t1t_prepare_ndef_bytes()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()
206 uint16_t ndef_header_offset; /* The offset on Tag where first NDEF tlv is member445 uint16_t ndef_header_offset; member