Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfc/tags/
Drw_t1t_ndef.c394 …if ((status = rw_t1t_send_static_cmd (T1T_CMD_WRITE_E, addr, p_t1t->ndef_first_block[(UINT8) p_t1t… in rw_t1t_handle_write_rsp()
938 memcpy (&p_t1t->ndef_first_block[0],&p_readbytes[offset-index],index); in rw_t1t_handle_tlv_detect_rsp()
939 … memcpy (&p_t1t->ndef_first_block[index],&p_readbytes[offset],T1T_BLOCK_SIZE - index); in rw_t1t_handle_tlv_detect_rsp()
1581 memcpy(write_block,p_t1t->ndef_first_block,T1T_BLOCK_SIZE); in rw_t1t_ndef_write_first_block()
2335 memset (p_t1t->ndef_first_block, 0, T1T_BLOCK_SIZE); in RW_T1tFormatNDef()
2337 p = p_t1t->ndef_first_block; in RW_T1tFormatNDef()
2366 …if ((status = rw_t1t_send_dyn_cmd (T1T_CMD_WRITE_E8, 1, p_t1t->ndef_first_block)) == NFC_STATUS_OK) in RW_T1tFormatNDef()
2382 …if ((status = rw_t1t_send_static_cmd (T1T_CMD_WRITE_E, addr, p_t1t->ndef_first_block[0])) == NFC_S… in RW_T1tFormatNDef()
Drw_t2t_ndef.c475 memcpy (p_t2t->ndef_first_block,&p_data[offset-index],index); in rw_t2t_handle_tlv_detect_rsp()
1090 memcpy (p_t2t->ndef_read_block,p_t2t->ndef_first_block,T2T_BLOCK_SIZE); in rw_t2t_is_read_before_write_block()
1196 memcpy (write_block, p_t2t->ndef_first_block, T2T_BLOCK_SIZE); in rw_t2t_write_ndef_first_block()
1397 memcpy (p_t2t->ndef_first_block,p_write_block,T2T_BLOCK_SIZE); in rw_t2t_update_cb()
1646 memcpy (p_t2t->ndef_first_block, p_data, T2T_BLOCK_LEN); in rw_t2t_handle_ndef_write_rsp()
/external/libnfc-nci/src/nfc/int/
Drw_int.h154 …UINT8 ndef_first_block[T1T_BLOCK_SIZE]; /* Buffer for ndef first block … member
329 …UINT8 ndef_first_block[T2T_BLOCK_LEN]; /* NDEF TLV Header block … member