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 478 uint8_t remoteRW = PHFRINFC_LLCP_RW_DEFAULT;
483 &remoteRW,
572 pLlcpSocket->remoteRW = remoteRW;
594 pLlcpSocket->remoteRW = 0;
645 uint8_t remoteRW = PHFRINFC_LLCP_RW_DEFAULT;
652 &remoteRW,
707 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 168 uint8_t remoteRW;
    [all...]
phFriNfc_LlcpTransport.c 720 pLlcpTransport->pSocketTable[i].remoteRW = 0;
    [all...]

Completed in 313 milliseconds