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

  /hardware/bsp/intel/peripheral/libupm/src/sm130/
sm130.h 401 int getUIDLen() { return m_uidLen; };
448 int m_uidLen;
sm130.cxx 43 m_uidLen = 0;
207 m_uidLen = 0;
240 m_uidLen = 4; // 4 byte uid
242 m_uidLen = 7; // 7 byte
244 for (int i=0; i<m_uidLen; i++)
  /hardware/bsp/intel/peripheral/libupm/src/pn532/
pn532.cxx 51 m_uidLen = 0;
752 m_uidLen = uidLen;
757 PrintHex(m_uid, m_uidLen);
774 for (i = 0; i < m_uidLen; i++)
779 if (! sendCommandCheckAck(pn532_packetbuffer, 10+m_uidLen))
    [all...]
pn532.h 489 uint8_t m_uidLen; // uid len

Completed in 64 milliseconds