HomeSort by relevance Sort by last modified time
    Searched refs:remoteRW (Results 1 - 4 of 4) sorted by null

  /external/libnfc-nxp/src/
phFriNfc_LlcpTransport_Connection.c 481 uint8_t remoteRW = PHFRINFC_LLCP_RW_DEFAULT;
486 &remoteRW,
576 pLlcpSocket->remoteRW = remoteRW;
598 pLlcpSocket->remoteRW = 0;
649 uint8_t remoteRW = PHFRINFC_LLCP_RW_DEFAULT;
656 &remoteRW,
711 psLocalLlcpSocket->remoteRW = remoteRW;
    [all...]
phFriNfc_Llcp.h 204 #define CHECK_SEND_RW(socket) ( (((socket)->socket_VS - (socket)->socket_VSA) % 16) < (socket)->remoteRW )
phFriNfc_LlcpTransport.h 167 uint8_t remoteRW;
    [all...]
phFriNfc_LlcpTransport.c 712 pLlcpTransport->pSocketTable[i].remoteRW = 0;
    [all...]

Completed in 119 milliseconds