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

/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/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

Completed in 58 milliseconds