Home
last modified time | relevance | path

Searched refs:mFelicaRFDebugMode (Results 1 – 2 of 2) sorted by relevance

/hardware/nxp/nfc/snxxx/halimpl/libnxpparser/parser/inc/
DNCILxDebugDecoder.h153 uint8_t mFelicaRFDebugMode; // bit:1 Byte0 variable
/hardware/nxp/nfc/snxxx/halimpl/libnxpparser/parser/src/
DNCILxDebugDecoder.cpp51 mFelicaRFDebugMode(false), // bit:1 Byte0 in NCI_LxDebug_Decoder()
99 mFelicaRFDebugMode = (pNciPkt[7] & 0x02) ? true : false; // bit:1 Byte0 in setLxDebugModes()
110 mFelicaRFDebugMode); in setLxDebugModes()
545 if (mFelicaRFDebugMode || mFelicaSCDebugMode) { in printLxDebugInfo()