Home
last modified time | relevance | path

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

/system/nfc/src/nfc/tags/
Drw_t1t_ndef.c825 uint8_t* p_readbytes; in rw_t1t_handle_tlv_detect_rsp() local
840 p_readbytes = p_data; in rw_t1t_handle_tlv_detect_rsp()
850 found_tlv = p_readbytes[offset++]; in rw_t1t_handle_tlv_detect_rsp()
859 memcpy(&p_t1t->ndef_first_block[0], &p_readbytes[offset - index], in rw_t1t_handle_tlv_detect_rsp()
861 memcpy(&p_t1t->ndef_first_block[index], &p_readbytes[offset], in rw_t1t_handle_tlv_detect_rsp()
910 len = p_readbytes[offset]; in rw_t1t_handle_tlv_detect_rsp()
944 len = p_readbytes[offset]; in rw_t1t_handle_tlv_detect_rsp()
962 bytes_count = (uint8_t)p_readbytes[offset]; in rw_t1t_handle_tlv_detect_rsp()
970 bytes_count = (bytes_count << 8) + p_readbytes[offset]; in rw_t1t_handle_tlv_detect_rsp()
1004 tlv_value[2 - bytes_count] = p_readbytes[offset]; in rw_t1t_handle_tlv_detect_rsp()
[all …]