Home | History | Annotate | Download | only in src

Lines Matching full:payloadlengthbyte

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;
833 *IDLength = (uint8_t)*(Record + *PayloadLengthByte + *TypeLengthByte + PH_FRINFC_NDEFRECORD_BUF_INC1);
876 *PayloadLengthByte = 1;
883 *PayloadLengthByte = PHFRINFCNDEFRECORD_NORMAL_RECORD_BYTE;
896 *IDLength = (uint8_t)*(Record + *PayloadLengthByte + *TypeLengthByte + PH_FRINFC_NDEFRECORD_BUF_INC1);