Home
last modified time | relevance | path

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

/external/libnfc-nxp/src/
DphFriNfc_LlcpTransport_Connection.c243 psLlcpSocket->sSequence.ns = psLlcpSocket->socket_VS; in static_performSendInfo()
244 psLlcpSocket->sSequence.nr = psLlcpSocket->socket_VR; in static_performSendInfo()
253 &psLlcpSocket->sSequence, in static_performSendInfo()
326 pLlcpSocket->sSequence.ns = 0; in phFriNfc_Llcp_Send_ReceiveReady_Frame()
327 pLlcpSocket->sSequence.nr = pLlcpSocket->socket_VR; in phFriNfc_Llcp_Send_ReceiveReady_Frame()
330 pLlcpSocket->socket_VRA = (uint8_t)pLlcpSocket->sSequence.nr; in phFriNfc_Llcp_Send_ReceiveReady_Frame()
335 &pLlcpSocket->sSequence, in phFriNfc_Llcp_Send_ReceiveReady_Frame()
367 pLlcpSocket->sSequence.ns = 0x00; in phFriNfc_Llcp_Send_ReceiveNotReady_Frame()
368 pLlcpSocket->sSequence.nr = pLlcpSocket->socket_VR; in phFriNfc_Llcp_Send_ReceiveNotReady_Frame()
371 pLlcpSocket->socket_VRA = (uint8_t)pLlcpSocket->sSequence.nr; in phFriNfc_Llcp_Send_ReceiveNotReady_Frame()
[all …]
DphFriNfc_LlcpTransport.h203 phFriNfc_Llcp_sPacketSequence_t sSequence; member
269 phFriNfc_Llcp_sPacketSequence_t sSequence; member