Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfc/tags/
Drw_t1t_ndef.c902 UINT8 found_tlv = TAG_NULL_TLV; in rw_t1t_handle_tlv_detect_rsp() local
927 found_tlv = p_readbytes[offset++]; in rw_t1t_handle_tlv_detect_rsp()
928 switch (found_tlv) in rw_t1t_handle_tlv_detect_rsp()
994 switch (found_tlv) in rw_t1t_handle_tlv_detect_rsp()
1030 switch (found_tlv) in rw_t1t_handle_tlv_detect_rsp()
1065 if (found_tlv == TAG_NDEF_TLV) in rw_t1t_handle_tlv_detect_rsp()
1074 switch (found_tlv) in rw_t1t_handle_tlv_detect_rsp()
Drw_t2t_ndef.c463 p_t2t->found_tlv = p_data[offset++]; in rw_t2t_handle_tlv_detect_rsp()
464 switch (p_t2t->found_tlv) in rw_t2t_handle_tlv_detect_rsp()
536 switch (p_t2t->found_tlv) in rw_t2t_handle_tlv_detect_rsp()
573 switch (p_t2t->found_tlv) in rw_t2t_handle_tlv_detect_rsp()
610 if (p_t2t->found_tlv == TAG_NDEF_TLV) in rw_t2t_handle_tlv_detect_rsp()
614 else if (p_t2t->found_tlv == TAG_PROPRIETARY_TLV) in rw_t2t_handle_tlv_detect_rsp()
623 switch (p_t2t->found_tlv) in rw_t2t_handle_tlv_detect_rsp()
/external/libnfc-nci/src/nfc/int/
Drw_int.h317 …UINT8 found_tlv; /* The Tlv found while searching a particu… member