Searched defs:tlv_type (Results 1 - 5 of 5) sorted by path

/system/nfc/src/nfa/ee/
H A Dnfa_ee_act.cc62 static void add_route_tech_proto_tlv(uint8_t** pp, uint8_t tlv_type, argument
65 *(*pp)++ = tlv_type;
/system/nfc/src/nfa/rw/
H A Dnfa_rw_api.cc330 ** NFC_STATUS_REFUSED if tlv_type is NDEF & tag won't support
335 tNFA_STATUS NFA_RwLocateTlv(uint8_t tlv_type) { argument
344 if (tlv_type == TAG_LOCK_CTRL_TLV) {
346 } else if (tlv_type == TAG_MEM_CTRL_TLV) {
348 } else if (tlv_type == TAG_NDEF_TLV) {
/system/nfc/src/nfc/include/
H A Drw_int.h677 uint8_t tlv_type; /* currently detected type */ member in struct:__anon2539
/system/nfc/src/nfc/tags/
H A Drw_t1t_ndef.cc2235 ** Parameters: tlv_type, Type of TLV to find
2241 tNFC_STATUS RW_T1tLocateTlv(uint8_t tlv_type) { argument
2251 p_t1t->tlv_detect = tlv_type;
2281 p_t1t->tlv_detect = tlv_type;
H A Drw_t2t_ndef.cc2730 ** Parameters: tlv_type : TLV to detect
2736 tNFC_STATUS RW_T2tLocateTlv(uint8_t tlv_type) { argument
2747 if ((tlv_type != TAG_LOCK_CTRL_TLV) && (tlv_type != TAG_MEM_CTRL_TLV) &&
2748 (tlv_type != TAG_NDEF_TLV) && (tlv_type != TAG_PROPRIETARY_TLV)) {
2750 "RW_T2tLocateTlv - Cannot search TLV: 0x%02x", tlv_type);
2754 if ((tlv_type == TAG_LOCK_CTRL_TLV) && (p_t2t->b_read_hdr) &&
2763 if ((tlv_type == TAG_NDEF_TLV) && (p_t2t->b_read_hdr) &&
2775 p_t2t->tlv_detect = tlv_type;
[all...]

Completed in 101 milliseconds