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.c590 p_t2t->tlv_value[2 - p_t2t->bytes_count] = p_data[offset]; in rw_t2t_handle_tlv_detect_rsp()
595 (p_t2t->tlv_value[0] >> 4) & 0x0F; in rw_t2t_handle_tlv_detect_rsp()
597 (uint8_t)tags_pow(2, p_t2t->tlv_value[2] & 0x0F); in rw_t2t_handle_tlv_detect_rsp()
599 p_t2t->tlv_value[0] & 0x0F; in rw_t2t_handle_tlv_detect_rsp()
601 (uint8_t)tags_pow(2, ((p_t2t->tlv_value[2] & 0xF0) >> 4)); in rw_t2t_handle_tlv_detect_rsp()
603 p_t2t->tlv_value[1]; in rw_t2t_handle_tlv_detect_rsp()
604 count = p_t2t->tlv_value[1] / 8 + in rw_t2t_handle_tlv_detect_rsp()
605 ((p_t2t->tlv_value[1] % 8 != 0) ? 1 : 0); in rw_t2t_handle_tlv_detect_rsp()
633 p_t2t->tlv_value[2 - p_t2t->bytes_count] = p_data[offset]; in rw_t2t_handle_tlv_detect_rsp()
643 (p_t2t->tlv_value[0] >> 4) & 0x0F; in rw_t2t_handle_tlv_detect_rsp()
[all …]
Drw_t1t_ndef.c837 uint8_t tlv_value[T1T_DEFAULT_TLV_LEN]; in rw_t1t_handle_tlv_detect_rsp() local
1004 tlv_value[2 - bytes_count] = p_readbytes[offset]; in rw_t1t_handle_tlv_detect_rsp()
1008 (tlv_value[0] >> 4) & 0x0F; in rw_t1t_handle_tlv_detect_rsp()
1010 (uint8_t)tags_pow(2, tlv_value[2] & 0x0F); in rw_t1t_handle_tlv_detect_rsp()
1012 tlv_value[0] & 0x0F; in rw_t1t_handle_tlv_detect_rsp()
1014 (uint8_t)tags_pow(2, ((tlv_value[2] & 0xF0) >> 4)); in rw_t1t_handle_tlv_detect_rsp()
1015 p_t1t->lock_tlv[p_t1t->num_lock_tlvs].num_bits = tlv_value[1]; in rw_t1t_handle_tlv_detect_rsp()
1016 count = tlv_value[1] / 8 + ((tlv_value[1] % 8 != 0) ? 1 : 0); in rw_t1t_handle_tlv_detect_rsp()
1053 tlv_value[2 - bytes_count] = p_readbytes[offset]; in rw_t1t_handle_tlv_detect_rsp()
1063 (tlv_value[0] >> 4) & 0x0F; in rw_t1t_handle_tlv_detect_rsp()
[all …]
/system/nfc/src/nfc/int/
Drw_int.h441 uint8_t tlv_value[3]; /* Read value field of TLV */ member