Home
last modified time | relevance | path

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

/system/nfc/src/nfc/tags/
Drw_t2t_ndef.cc607 p_t2t->tlv_value[2 - p_t2t->bytes_count] = p_data[offset]; in rw_t2t_handle_tlv_detect_rsp()
612 (p_t2t->tlv_value[0] >> 4) & 0x0F; in rw_t2t_handle_tlv_detect_rsp()
614 (uint16_t)tags_pow(2, p_t2t->tlv_value[2] & 0x0F); in rw_t2t_handle_tlv_detect_rsp()
616 p_t2t->tlv_value[0] & 0x0F; in rw_t2t_handle_tlv_detect_rsp()
618 (uint16_t)tags_pow(2, ((p_t2t->tlv_value[2] & 0xF0) >> 4)); in rw_t2t_handle_tlv_detect_rsp()
620 count = p_t2t->tlv_value[1]; in rw_t2t_handle_tlv_detect_rsp()
666 p_t2t->tlv_value[2 - p_t2t->bytes_count] = p_data[offset]; in rw_t2t_handle_tlv_detect_rsp()
676 (p_t2t->tlv_value[0] >> 4) & 0x0F; in rw_t2t_handle_tlv_detect_rsp()
678 (uint16_t)tags_pow(2, p_t2t->tlv_value[2] & 0x0F); in rw_t2t_handle_tlv_detect_rsp()
681 p_t2t->tlv_value[0] & 0x0F; in rw_t2t_handle_tlv_detect_rsp()
[all …]
Drw_t1t_ndef.cc855 uint8_t tlv_value[T1T_DEFAULT_TLV_LEN]; in rw_t1t_handle_tlv_detect_rsp() local
1022 tlv_value[2 - bytes_count] = p_readbytes[offset]; in rw_t1t_handle_tlv_detect_rsp()
1026 (tlv_value[0] >> 4) & 0x0F; in rw_t1t_handle_tlv_detect_rsp()
1028 (uint8_t)tags_pow(2, tlv_value[2] & 0x0F); in rw_t1t_handle_tlv_detect_rsp()
1030 tlv_value[0] & 0x0F; in rw_t1t_handle_tlv_detect_rsp()
1032 (uint8_t)tags_pow(2, ((tlv_value[2] & 0xF0) >> 4)); in rw_t1t_handle_tlv_detect_rsp()
1033 p_t1t->lock_tlv[p_t1t->num_lock_tlvs].num_bits = tlv_value[1]; in rw_t1t_handle_tlv_detect_rsp()
1034 count = tlv_value[1] / 8 + ((tlv_value[1] % 8 != 0) ? 1 : 0); in rw_t1t_handle_tlv_detect_rsp()
1071 tlv_value[2 - bytes_count] = p_readbytes[offset]; in rw_t1t_handle_tlv_detect_rsp()
1081 (tlv_value[0] >> 4) & 0x0F; in rw_t1t_handle_tlv_detect_rsp()
[all …]
/system/nfc/src/nfc/include/
Drw_int.h426 uint8_t tlv_value[3]; /* Read value field of TLV */ member