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

/external/libnfc-nci/src/nfc/int/
H A Drw_int.h154 UINT8 ndef_first_block[T1T_BLOCK_SIZE]; /* Buffer for ndef first block */ member in struct:__anon10588
329 UINT8 ndef_first_block[T2T_BLOCK_LEN]; /* NDEF TLV Header block */ member in struct:__anon10592
/external/libnfc-nci/src/nfc/tags/
H A Drw_t1t_ndef.c394 if ((status = rw_t1t_send_static_cmd (T1T_CMD_WRITE_E, addr, p_t1t->ndef_first_block[(UINT8) p_t1t->work_offset])) != NFC_STATUS_OK)
938 memcpy (&p_t1t->ndef_first_block[0],&p_readbytes[offset-index],index);
939 memcpy (&p_t1t->ndef_first_block[index],&p_readbytes[offset],T1T_BLOCK_SIZE - index);
1580 /* updating ndef_first_block with new ndef message */
1581 memcpy(write_block,p_t1t->ndef_first_block,T1T_BLOCK_SIZE);
2335 memset (p_t1t->ndef_first_block, 0, T1T_BLOCK_SIZE);
2337 p = p_t1t->ndef_first_block;
2366 if ((status = rw_t1t_send_dyn_cmd (T1T_CMD_WRITE_E8, 1, p_t1t->ndef_first_block)) == NFC_STATUS_OK)
2382 if ((status = rw_t1t_send_static_cmd (T1T_CMD_WRITE_E, addr, p_t1t->ndef_first_block[0])) == NFC_STATUS_OK)
H A Drw_t2t_ndef.c475 memcpy (p_t2t->ndef_first_block,&p_data[offset-index],index);
1090 memcpy (p_t2t->ndef_read_block,p_t2t->ndef_first_block,T2T_BLOCK_SIZE);
1195 /* updating ndef_first_block with new ndef message */
1196 memcpy (write_block, p_t2t->ndef_first_block, T2T_BLOCK_SIZE);
1397 memcpy (p_t2t->ndef_first_block,p_write_block,T2T_BLOCK_SIZE);
1646 memcpy (p_t2t->ndef_first_block, p_data, T2T_BLOCK_LEN);

Completed in 56 milliseconds