Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfc/tags/
Drw_t4t.c172 tRW_T4T_CB *p_t4t = &rw_cb.tcb.t4t; in rw_t4t_read_file() local
192 p_t4t->rw_offset = offset; in rw_t4t_read_file()
193 p_t4t->rw_length = length; in rw_t4t_read_file()
197 if (length > p_t4t->max_read_size) in rw_t4t_read_file()
199 length = (UINT8) (p_t4t->max_read_size); in rw_t4t_read_file()
274 tRW_T4T_CB *p_t4t = &rw_cb.tcb.t4t; in rw_t4t_update_file() local
280 p_t4t->rw_offset, p_t4t->rw_length); in rw_t4t_update_file()
291 length = p_t4t->rw_length; in rw_t4t_update_file()
294 if (length > p_t4t->max_update_size) in rw_t4t_update_file()
296 length = (UINT8) (p_t4t->max_update_size); in rw_t4t_update_file()
[all …]
Dce_t4t.c116 tCE_T4T_MEM *p_t4t = &ce_cb.mem.t4t; in ce_t4t_select_file() local
124 p_t4t->status |= CE_T4T_STATUS_CC_FILE_SELECTED; in ce_t4t_select_file()
125 p_t4t->status &= ~ (CE_T4T_STATUS_NDEF_SELECTED); in ce_t4t_select_file()
133 p_t4t->nlen, in ce_t4t_select_file()
134 p_t4t->max_file_size, in ce_t4t_select_file()
135 (p_t4t->status & CE_T4T_STATUS_NDEF_FILE_READ_ONLY ? "RW" : "RO")); in ce_t4t_select_file()
137 p_t4t->status |= CE_T4T_STATUS_NDEF_SELECTED; in ce_t4t_select_file()
138 p_t4t->status &= ~ (CE_T4T_STATUS_CC_FILE_SELECTED); in ce_t4t_select_file()
146 p_t4t->status &= ~ (CE_T4T_STATUS_CC_FILE_SELECTED); in ce_t4t_select_file()
147 p_t4t->status &= ~ (CE_T4T_STATUS_NDEF_SELECTED); in ce_t4t_select_file()
[all …]