Searched refs:dataLengthRead (Results 1 – 2 of 2) sorted by relevance
260 uint32_t dataLengthRead = 0; in phFriNfc_Llcp_CyclicFifoFifoRead() local263 while(dataLengthRead < dataLength) in phFriNfc_Llcp_CyclicFifoFifoRead()272 dataLengthRead++; in phFriNfc_Llcp_CyclicFifoFifoRead()292 return dataLengthRead; in phFriNfc_Llcp_CyclicFifoFifoRead()
2315 uint32_t dataLengthRead = 0; in phFriNfc_LlcpTransport_ConnectionOriented_Recv() local2392 dataLengthRead = phFriNfc_Llcp_CyclicFifoFifoRead(&pLlcpSocket->sCyclicFifoBuffer, in phFriNfc_LlcpTransport_ConnectionOriented_Recv()2396 if(dataLengthRead != 0) in phFriNfc_LlcpTransport_ConnectionOriented_Recv()