Home
last modified time | relevance | path

Searched refs:NDEF_CF_MASK (Results 1 – 2 of 2) sorted by relevance

/external/libnfc-nci/src/nfc/include/
Dndef_utils.h34 #define NDEF_CF_MASK 0x20 /* Chunk Flag */ macro
/external/libnfc-nci/src/nfc/ndef/
Dndef_utils.c139 if (rec_hdr & NDEF_CF_MASK) in NDEF_MsgValidate()