Home
last modified time | relevance | path

Searched refs:pNciPkt (Results 1 – 3 of 3) sorted by relevance

/hardware/nxp/nfc/snxxx/halimpl/hal/
DphNxpNciHal_nciParser.cc104 void phNxpNciHal_parsePacket(unsigned char* pNciPkt, unsigned short pktLen) { in phNxpNciHal_parsePacket() argument
109 if ((pNciPkt == NULL) || (pktLen == 0)) { in phNxpNciHal_parsePacket()
115 (*(psContext->sEntryFuncs.parsePacket))(psContext->pvInstance, pNciPkt, in phNxpNciHal_parsePacket()
/hardware/nxp/nfc/snxxx/halimpl/libnxpparser/parser/src/
DNCILxDebugDecoder.cpp95 void NCI_LxDebug_Decoder::setLxDebugModes(uint8_t* pNciPkt, in setLxDebugModes() argument
98 mL2DebugMode = (pNciPkt[7] & 0x01) ? true : false; // bit:0 Byte0 in setLxDebugModes()
99 mFelicaRFDebugMode = (pNciPkt[7] & 0x02) ? true : false; // bit:1 Byte0 in setLxDebugModes()
100 mFelicaSCDebugMode = (pNciPkt[7] & 0x04) ? true : false; // bit:2 Byte0 in setLxDebugModes()
101 mL1DebugMode = (pNciPkt[7] & 0x10) ? true : false; // bit:4 Byte0 in setLxDebugModes()
102 m7816DebugMode = (pNciPkt[7] & 0x40) ? true : false; // bit:6 Byte0 in setLxDebugModes()
103 mRssiDebugMode = (pNciPkt[8] & 0x01) ? true : false; // bit:0 Byte1 in setLxDebugModes()
130 void NCI_LxDebug_Decoder::processLxDbgNciPkt(uint8_t* pNciPkt, in processLxDbgNciPkt() argument
149 if ((pNciPkt != nullptr) && (pktLen != 0)) { in processLxDbgNciPkt()
150 if (pNciPkt[0] == 0x6F && (pNciPkt[1] == 0x35 || pNciPkt[1] == 0x36)) { in processLxDbgNciPkt()
[all …]
/hardware/nxp/nfc/snxxx/halimpl/libnxpparser/parser/inc/
DNCILxDebugDecoder.h374 void setLxDebugModes(uint8_t* pNciPkt, uint16_t pktLen);
421 void processLxDbgNciPkt(uint8_t* pNciPkt, uint16_t pktLen);