Home | History | Annotate | Download | only in src

Lines Matching refs:IDLength

99                 IDLength = 0;
227 /* To Calculate the IDLength and PayloadLength for
235 &IDLength);
308 /* Check for the TypeLength, IDLength = 0 */
309 if (TypeLength != 0 || IDLength != 0)
322 + IDLength + TypeLengthByte + PayloadLength
367 + TypeLengthByte + IDLength + PayloadLength
430 /* ID and IDlength are present only if IL flag is set*/
434 RecordLength +=Record->IdLength;
471 IDLength = 0,
492 /* To Calculate the IDLength and PayloadLength for short or normal record */
499 &IDLength);
502 Record->IdLength = IDLength;
508 if (Record->IdLength != 0)
513 RawRecord = RawRecord + Record->IdLength;
586 /* fill the typelength idlength and payloadlength with zero(empty message)*/
638 /*check for IL bit set(Flag), if so then IDlength is present*/
642 *Buffer=Record->IdLength;
658 /*check for IL bit set(Flag), if so then IDlength is present and fill the ID*/
663 for(i=0;i<(Record->IdLength);i++)
765 uint8_t *IDLength)
833 *IDLength = (uint8_t)*(Record + *PayloadLengthByte + *TypeLengthByte + PH_FRINFC_NDEFRECORD_BUF_INC1);
834 if (*IDLength != 0)
836 /* IDLength Error */
845 *IDLength = 0;
896 *IDLength = (uint8_t)*(Record + *PayloadLengthByte + *TypeLengthByte + PH_FRINFC_NDEFRECORD_BUF_INC1);
901 *IDLength = 0;