HomeSort by relevance Sort by last modified time
    Searched full:payloadlengthbyte (Results 1 - 2 of 2) sorted by null

  /external/libnfc-nxp/src/
phFriNfc_NdefRecord.c 94 uint8_t PayloadLengthByte = 0,
232 &PayloadLengthByte,
321 BytesTraversed = (BytesTraversed + PayloadLengthByte + IDLengthByte + TypeLength
366 Buffer = (Buffer + PayloadLengthByte + IDLengthByte + TypeLength
467 uint8_t PayloadLengthByte = 0,
496 &PayloadLengthByte,
503 RawRecord = (RawRecord + PayloadLengthByte + IDLengthByte + TypeLengthByte + PH_FRINFC_NDEFRECORD_BUF_INC1);
762 uint8_t *PayloadLengthByte,
799 *PayloadLengthByte = 1;
813 *PayloadLengthByte = PHFRINFCNDEFRECORD_NORMAL_RECORD_BYTE
    [all...]
phFriNfc_NdefRecord.h 478 * \param[out] PayloadLengthByte Number of Bytes required to store Payload Length depends on Short and

Completed in 1079 milliseconds