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

  /hardware/bsp/intel/peripheral/libupm/src/pn532/
javaupm_pn532.i 8 %apply unsigned char *OUTPUT {uint8_t *uidLength};
pn532.h 264 * @param uidLength Pointer to the variable that will hold the
271 uint8_t * uidLength, uint16_t timeout);
pn532.cxx 286 @param uidLength Pointer to the variable that will hold the
293 uint8_t * uidLength, uint16_t timeout)
368 *uidLength = pn532_packetbuffer[12];
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/
NfcService.java 851 int uidLength = tag.getUid().length;
854 mDebounceTagUid = new byte[uidLength];
856 System.arraycopy(tag.getUid(), 0, mDebounceTagUid, 0, uidLength);
    [all...]

Completed in 584 milliseconds