Searched refs:RW_T1tWriteNoErase (Results 1 - 3 of 3) sorted by relevance

/external/libnfc-nci/src/nfc/include/
H A Drw_api.h298 ** Function RW_T1tWriteNoErase
305 NFC_API extern tNFC_STATUS RW_T1tWriteNoErase (UINT8 block, UINT8 byte, UINT8 new_byte);
/external/libnfc-nci/src/nfc/tags/
H A Drw_t1t.c885 ** Function RW_T1tWriteNoErase
892 tNFC_STATUS RW_T1tWriteNoErase (UINT8 block, UINT8 byte, UINT8 new_byte) function
900 RW_TRACE_WARNING1 ("RW_T1tWriteNoErase - Busy - State: %u", p_t1t->state);
919 RW_TRACE_WARNING1 ("RW_T1tWriteNoErase - Cannot write to Locked block: %u", block);
/external/libnfc-nci/src/nfa/rw/
H A Dnfa_rw_act.c1937 status = RW_T1tWriteNoErase (p_t1t_write->block_number,p_t1t_write->index,p_t1t_write->p_block_data[0]);

Completed in 328 milliseconds