Home
last modified time | relevance | path

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

/system/chre/chpp/include/chpp/
Dtransport.h401 struct ChppTransportFooter rxFooter; // Rx packet footer (checksum) member
/system/chre/chpp/
Dtransport.c279 memcpy(((uint8_t *)&context->rxFooter) + context->rxStatus.locInState, buf, in chppConsumeFooter()
684 if (context->rxFooter.checksum != crc) { in chppRxChecksumIsOk()
687 context->rxFooter.checksum, crc, in chppRxChecksumIsOk()
692 return (context->rxFooter.checksum == crc); in chppRxChecksumIsOk()