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

/external/libnfc-nxp/src/
H A DphFriNfc_NdefRecord.c95 TypeLengthByte = 0, local
231 &TypeLengthByte,
322 + IDLength + TypeLengthByte + PayloadLength
367 + TypeLengthByte + IDLength + PayloadLength
468 TypeLengthByte = 0, local
495 &TypeLengthByte,
503 RawRecord = (RawRecord + PayloadLengthByte + IDLengthByte + TypeLengthByte + PH_FRINFC_NDEFRECORD_BUF_INC1);
761 uint8_t *TypeLengthByte,
793 *TypeLengthByte = 1;
801 *PayloadLength = *(Record + *TypeLengthByte
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...]

Completed in 101 milliseconds