Searched defs:p_block_data (Results 1 - 3 of 3) sorted by relevance

/external/libnfc-nci/src/nfc/tags/
H A Dce_t3t.c216 UINT8 *p_block_data = p_cb->cur_cmd.p_block_data_start; local
277 p_temp = p_block_data;
278 STREAM_TO_UINT8 (ndef_info.version, p_block_data);
279 p_block_data+=8; /* Ignore nbr,nbw,maxb,and reserved (reader/writer not allowed to update this) */
280 STREAM_TO_UINT8 (ndef_info.writef, p_block_data);
281 p_block_data++; /* Ignore rwflag (reader/writer not allowed to update this) */
282 STREAM_TO_UINT8 (newlen_hiword, p_block_data);
283 BE_STREAM_TO_UINT16 (ndef_info.ln, p_block_data);
285 BE_STREAM_TO_UINT16 (checksum_rx, p_block_data);
332 STREAM_TO_ARRAY ((&p_cb->ndef_info.p_scratch_buf[(block_number-1) * T3T_MSG_BLOCKSIZE]), p_block_data, T3T_MSG_BLOCKSIZ
993 CE_T3tSendCheckRsp(UINT8 status1, UINT8 status2, UINT8 num_blocks, UINT8 *p_block_data) argument
[all...]
H A Drw_t3t.c1673 tNFC_STATUS rw_t3t_update_block (tRW_T3T_CB *p_cb, UINT8 block_id, UINT8 *p_block_data) argument
1701 ARRAY_TO_STREAM (p_dst, p_block_data, T3T_MSG_BLOCKSIZE);
/external/libnfc-nci/src/nfa/int/
H A Dnfa_rw_int.h154 UINT8 p_block_data[8]; member in struct:__anon7768
167 UINT8 p_block_data[4]; member in struct:__anon7770
188 UINT8 *p_block_data; member in struct:__anon7773

Completed in 548 milliseconds