HomeSort by relevance Sort by last modified time
    Searched defs:PayloadLength (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/jni/
android_nfc.h 43 uint32_t PayloadLength;
  /external/libnfc-nxp/src/
phFriNfc_NdefRecord.c 101 PayloadLength = 0,
227 /* To Calculate the IDLength and PayloadLength for
233 &PayloadLength,
322 + IDLength + TypeLengthByte + PayloadLength
367 + TypeLengthByte + IDLength + PayloadLength
410 /* to check if payloadlength is 8bit or 32bit*/
427 RecordLength += Record->PayloadLength;
473 uint32_t PayloadLength = 0;
492 /* To Calculate the IDLength and PayloadLength for short or normal record */
497 &PayloadLength,
    [all...]
phFriNfc_NdefRecord.h 217 uint32_t PayloadLength;
480 * \param[out] PayloadLength Length of the Payload Data.

Completed in 62 milliseconds