Home
last modified time | relevance | path

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

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