Home
last modified time | relevance | path

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

/system/nfc/src/nfc/tags/
Drw_t1t_ndef.cc849 uint8_t found_tlv = TAG_NULL_TLV; in rw_t1t_handle_tlv_detect_rsp() local
871 found_tlv = p_readbytes[offset++]; in rw_t1t_handle_tlv_detect_rsp()
872 switch (found_tlv) { in rw_t1t_handle_tlv_detect_rsp()
932 switch (found_tlv) { in rw_t1t_handle_tlv_detect_rsp()
961 switch (found_tlv) { in rw_t1t_handle_tlv_detect_rsp()
992 if (found_tlv == TAG_NDEF_TLV) { in rw_t1t_handle_tlv_detect_rsp()
1000 switch (found_tlv) { in rw_t1t_handle_tlv_detect_rsp()
Drw_t2t_ndef.cc432 p_t2t->found_tlv = p_data[offset++]; in rw_t2t_handle_tlv_detect_rsp()
433 switch (p_t2t->found_tlv) { in rw_t2t_handle_tlv_detect_rsp()
503 switch (p_t2t->found_tlv) { in rw_t2t_handle_tlv_detect_rsp()
533 switch (p_t2t->found_tlv) { in rw_t2t_handle_tlv_detect_rsp()
566 if (p_t2t->found_tlv == TAG_NDEF_TLV) { in rw_t2t_handle_tlv_detect_rsp()
568 } else if (p_t2t->found_tlv == TAG_PROPRIETARY_TLV) { in rw_t2t_handle_tlv_detect_rsp()
576 switch (p_t2t->found_tlv) { in rw_t2t_handle_tlv_detect_rsp()
/system/nfc/src/nfc/include/
Drw_int.h414 uint8_t found_tlv; /* The Tlv found while searching a particular TLV */ member