Searched refs:PayloadLength (Results 1 - 3 of 3) sorted by relevance

/external/libnfc-nxp/src/
H A DphFriNfc_NdefRecord.c101 PayloadLength = 0, local
227 /* To Calculate the IDLength and PayloadLength for
233 &PayloadLength,
322 + IDLength + TypeLengthByte + PayloadLength
367 + TypeLengthByte + IDLength + PayloadLength
427 RecordLength += Record->PayloadLength;
473 uint32_t PayloadLength = 0; local
492 /* To Calculate the IDLength and PayloadLength for short or normal record */
497 &PayloadLength,
501 Record->PayloadLength
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 DphFriNfc_NdefRecord.h217 uint32_t PayloadLength; member in struct:phFriNfc_NdefRecord
480 * \param[out] PayloadLength Length of the Payload Data.
H A DphLibNfc_ndef_raw.c1802 pNdefRecord->PayloadLength =
1803 gpphLibContext->phLib_NdefRecCntx.CbParam.Records[Index].PayloadLength;
1811 pNdefRecord->PayloadData = phOsalNfc_GetMemory(pNdefRecord->PayloadLength);
1818 pNdefRecord->PayloadLength);

Completed in 33 milliseconds