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.cc611 p_t2t->tlv_value[2 - p_t2t->bytes_count] = p_data[offset]; in rw_t2t_handle_tlv_detect_rsp()
616 (p_t2t->tlv_value[0] >> 4) & 0x0F; in rw_t2t_handle_tlv_detect_rsp()
618 (uint16_t)tags_pow(2, p_t2t->tlv_value[2] & 0x0F); in rw_t2t_handle_tlv_detect_rsp()
620 p_t2t->tlv_value[0] & 0x0F; in rw_t2t_handle_tlv_detect_rsp()
622 (uint16_t)tags_pow(2, ((p_t2t->tlv_value[2] & 0xF0) >> 4)); in rw_t2t_handle_tlv_detect_rsp()
624 count = p_t2t->tlv_value[1]; in rw_t2t_handle_tlv_detect_rsp()
668 p_t2t->tlv_value[2 - p_t2t->bytes_count] = p_data[offset]; in rw_t2t_handle_tlv_detect_rsp()
678 (p_t2t->tlv_value[0] >> 4) & 0x0F; in rw_t2t_handle_tlv_detect_rsp()
680 (uint16_t)tags_pow(2, p_t2t->tlv_value[2] & 0x0F); in rw_t2t_handle_tlv_detect_rsp()
683 p_t2t->tlv_value[0] & 0x0F; in rw_t2t_handle_tlv_detect_rsp()
[all …]
Drw_t1t_ndef.cc858 uint8_t tlv_value[T1T_DEFAULT_TLV_LEN]; in rw_t1t_handle_tlv_detect_rsp() local
1025 tlv_value[2 - bytes_count] = p_readbytes[offset]; in rw_t1t_handle_tlv_detect_rsp()
1029 (tlv_value[0] >> 4) & 0x0F; in rw_t1t_handle_tlv_detect_rsp()
1031 (uint8_t)tags_pow(2, tlv_value[2] & 0x0F); in rw_t1t_handle_tlv_detect_rsp()
1033 tlv_value[0] & 0x0F; in rw_t1t_handle_tlv_detect_rsp()
1035 (uint8_t)tags_pow(2, ((tlv_value[2] & 0xF0) >> 4)); in rw_t1t_handle_tlv_detect_rsp()
1036 p_t1t->lock_tlv[p_t1t->num_lock_tlvs].num_bits = tlv_value[1]; in rw_t1t_handle_tlv_detect_rsp()
1037 count = tlv_value[1] / 8 + ((tlv_value[1] % 8 != 0) ? 1 : 0); in rw_t1t_handle_tlv_detect_rsp()
1074 tlv_value[2 - bytes_count] = p_readbytes[offset]; in rw_t1t_handle_tlv_detect_rsp()
1084 (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