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

/external/libnfc-nci/src/nfc/tags/
H A Drw_t1t_ndef.c899 UINT8 *p_readbytes; local
914 p_readbytes = p_data;
927 found_tlv = p_readbytes[offset++];
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);
993 len = p_readbytes[offset];
1035 len = p_readbytes[offset];
1056 bytes_count = (UINT8) p_readbytes[offset];
1064 bytes_count = (bytes_count << 8) + p_readbytes[offset];
1108 tlv_value[2 - bytes_count] = p_readbytes[offse
[all...]

Completed in 69 milliseconds