Home
last modified time | relevance | path

Searched refs:remoteMIU (Results 1 – 3 of 3) sorted by relevance

/external/libnfc-nxp/src/
DphFriNfc_LlcpTransport_Connection.c479 uint16_t remoteMIU = PHFRINFC_LLCP_MIU_DEFAULT; in Handle_ConnectionFrame() local
484 &remoteMIU); in Handle_ConnectionFrame()
571 pLlcpSocket->remoteMIU = remoteMIU; in Handle_ConnectionFrame()
593 pLlcpSocket->remoteMIU = 0; in Handle_ConnectionFrame()
646 uint16_t remoteMIU = PHFRINFC_LLCP_MIU_DEFAULT; in Handle_ConnectionCompleteFrame() local
653 &remoteMIU); in Handle_ConnectionCompleteFrame()
706 psLocalLlcpSocket->remoteMIU = remoteMIU; in Handle_ConnectionCompleteFrame()
1574 psRemoteOptions->miu = pLlcpSocket->remoteMIU; in phFriNfc_LlcpTransport_ConnectionOriented_SocketGetRemoteOptions()
DphFriNfc_LlcpTransport.h170 uint16_t remoteMIU; member
DphFriNfc_LlcpTransport.c722 pLlcpTransport->pSocketTable[i].remoteMIU = 0; in phFriNfc_LlcpTransport_Reset()
2054 else if(psBuffer->length > pLlcpSocket->remoteMIU ) in phFriNfc_LlcpTransport_Send()