Searched refs:retRead (Results 1 – 1 of 1) sorted by relevance
113 int retRead = 0; in Flushdata() local123 retRead = read(nHandle, pBuffer, sizeof(pBuffer)); in Flushdata()124 if (retRead > 0) { in Flushdata()125 phNxpNciHal_print_packet("RECV", pBuffer, retRead); in Flushdata()128 } while (retRead > 0); in Flushdata()