HomeSort by relevance Sort by last modified time
    Searched refs:NFC_KOVIO_MAX_LEN (Results 1 - 4 of 4) sorted by null

  /packages/apps/Nfc/nci/jni/
NfcTag.h 247 UINT8 mLastKovioUid[NFC_KOVIO_MAX_LEN]; // uid of last Kovio tag activated
NfcTag.cpp 55 memset(mLastKovioUid, 0, NFC_KOVIO_MAX_LEN);
253 if ((mLastKovioUidLen = mTechParams[0].param.pk.uid_len) > NFC_KOVIO_MAX_LEN)
254 mLastKovioUidLen = NFC_KOVIO_MAX_LEN;
    [all...]
  /external/libnfc-nci/src/nfc/include/
nfc_api.h 562 #ifndef NFC_KOVIO_MAX_LEN
563 #define NFC_KOVIO_MAX_LEN 32
568 UINT8 uid[NFC_KOVIO_MAX_LEN];
    [all...]
  /external/libnfc-nci/src/nfc/nfc/
nfc_ncif.c 705 if (p_param->param.pk.uid_len > NFC_KOVIO_MAX_LEN)
707 NFC_TRACE_ERROR2( "Kovio UID len:0x%x exceeds max(0x%x)", p_param->param.pk.uid_len, NFC_KOVIO_MAX_LEN);
708 p_param->param.pk.uid_len = NFC_KOVIO_MAX_LEN;
    [all...]

Completed in 296 milliseconds