Searched defs:TypeLength (Results 1 - 3 of 3) sorted by relevance

/external/libnfc-nxp/src/
H A DphFriNfc_NdefRecord.h164 uint8_t TypeLength; member in struct:phFriNfc_NdefRecord
170 * \ref phFriNfc_NdefRecord_t::TypeLength .
476 * \param[out] TypeLength Length of the Type Data.
H A DphFriNfc_NdefRecord.c96 TypeLength = 0, local
170 /* First Record i.e., MB = 1, TNF != 0x05 and TypeLength = 0 */
230 &TypeLength,
308 /* Check for the TypeLength, IDLength = 0 */
309 if (TypeLength != 0 || IDLength != 0)
321 BytesTraversed = (BytesTraversed + PayloadLengthByte + IDLengthByte + TypeLength
366 Buffer = (Buffer + PayloadLengthByte + IDLengthByte + TypeLength
407 RecordLength += Record->TypeLength;
469 TypeLength = 0, local
494 &TypeLength,
759 phFriNfc_NdefRecord_RecordIDCheck( uint8_t *Record, uint8_t *TypeLength, uint8_t *TypeLengthByte, uint8_t *PayloadLengthByte, uint32_t *PayloadLength, uint8_t *IDLengthByte, uint8_t *IDLength) argument
[all...]
H A DphLibNfc.h329 uint8_t TypeLength; /**< Length of the Type field of this NDEF record */ member in struct:phLibNfc_Ndef_SrchType

Completed in 1472 milliseconds