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.cc846 uint8_t* p_readbytes; in rw_t1t_handle_tlv_detect_rsp() local
861 p_readbytes = p_data; in rw_t1t_handle_tlv_detect_rsp()
871 found_tlv = p_readbytes[offset++]; in rw_t1t_handle_tlv_detect_rsp()
880 memcpy(&p_t1t->ndef_first_block[0], &p_readbytes[offset - index], in rw_t1t_handle_tlv_detect_rsp()
882 memcpy(&p_t1t->ndef_first_block[index], &p_readbytes[offset], in rw_t1t_handle_tlv_detect_rsp()
931 len = p_readbytes[offset]; in rw_t1t_handle_tlv_detect_rsp()
965 len = p_readbytes[offset]; in rw_t1t_handle_tlv_detect_rsp()
983 bytes_count = (uint8_t)p_readbytes[offset]; in rw_t1t_handle_tlv_detect_rsp()
991 bytes_count = (bytes_count << 8) + p_readbytes[offset]; in rw_t1t_handle_tlv_detect_rsp()
1025 tlv_value[2 - bytes_count] = p_readbytes[offset]; in rw_t1t_handle_tlv_detect_rsp()
[all …]