Searched refs:p_block_data (Results 1 - 6 of 6) sorted by relevance

/external/libnfc-nci/src/nfa/int/
H A Dnfa_rw_int.h156 UINT8 p_block_data[8]; member in struct:__anon24224
169 UINT8 p_block_data[4]; member in struct:__anon24226
190 UINT8 *p_block_data; member in struct:__anon24229
/external/libnfc-nci/src/nfc/tags/
H A Dce_t3t.c217 UINT8 *p_block_data = p_cb->cur_cmd.p_block_data_start; local
278 p_temp = p_block_data;
279 STREAM_TO_UINT8 (ndef_info.version, p_block_data);
280 p_block_data+=8; /* Ignore nbr,nbw,maxb,and reserved (reader/writer not allowed to update this) */
281 STREAM_TO_UINT8 (ndef_info.writef, p_block_data);
282 p_block_data++; /* Ignore rwflag (reader/writer not allowed to update this) */
283 STREAM_TO_UINT8 (newlen_hiword, p_block_data);
284 BE_STREAM_TO_UINT16 (ndef_info.ln, p_block_data);
286 BE_STREAM_TO_UINT16 (checksum_rx, p_block_data);
333 STREAM_TO_ARRAY ((&p_cb->ndef_info.p_scratch_buf[(block_number-1) * T3T_MSG_BLOCKSIZE]), p_block_data, T3T_MSG_BLOCKSIZ
995 CE_T3tSendCheckRsp(UINT8 status1, UINT8 status2, UINT8 num_blocks, UINT8 *p_block_data) argument
[all...]
H A Drw_t3t.c1843 tNFC_STATUS rw_t3t_update_block (tRW_T3T_CB *p_cb, UINT8 block_id, UINT8 *p_block_data) argument
1871 ARRAY_TO_STREAM (p_dst, p_block_data, T3T_MSG_BLOCKSIZE);
/external/libnfc-nci/src/nfc/include/
H A Dce_api.h128 NFC_API extern tNFC_STATUS CE_T3tSendCheckRsp (UINT8 status1, UINT8 status2, UINT8 num_blocks, UINT8 *p_block_data);
/external/libnfc-nci/src/nfa/rw/
H A Dnfa_rw_api.c489 p_msg->params.t1t_write.p_block_data[0] = data;
591 memcpy (p_msg->params.t1t_write.p_block_data,p_data,8);
663 memcpy (p_msg->params.t2t_write.p_block_data,p_data,4);
794 p_msg->params.t3t_write.p_block_data = p_data_area;
H A Dnfa_rw_act.c2157 status = RW_T1tWriteErase (p_t1t_write->block_number,p_t1t_write->index,p_t1t_write->p_block_data[0]);
2161 status = RW_T1tWriteNoErase (p_t1t_write->block_number,p_t1t_write->index,p_t1t_write->p_block_data[0]);
2231 status = RW_T1tWriteErase8 (p_t1t_write->block_number,p_t1t_write->p_block_data);
2235 status = RW_T1tWriteNoErase8 (p_t1t_write->block_number,p_t1t_write->p_block_data);
2287 if (RW_T2tWrite (p_t2t_write->block_number,p_t2t_write->p_block_data) != NFC_STATUS_OK)
2351 if (RW_T3tUpdate (p_t3t_write->num_blocks, (tT3T_BLOCK_DESC *)p_t3t_write->p_block_desc, p_t3t_write->p_block_data) != NFC_STATUS_OK)

Completed in 88 milliseconds