Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfc/include/
Dndef_utils.h40 #define NDEF_TNF_EMPTY 0 /* Empty (type/id/payload len =0) */ macro
/external/libnfc-nci/src/nfa/include/
Dnfa_api.h594 #define NFA_TNF_EMPTY NDEF_TNF_EMPTY /* Empty or no type specified …
/external/libnfc-nci/src/nfc/ndef/
Dndef_utils.c178 if ((rec_hdr & NDEF_TNF_MASK) == NDEF_TNF_EMPTY) in NDEF_MsgValidate()