Searched refs:PHFRINFC_LLCP_TLV_RW_MASK (Results 1 – 4 of 4) sorted by relevance
153 #define PHFRINFC_LLCP_TLV_RW_MASK 0x0F /**< \internal Mask to apply to RW TLV… macro
186 *pRw = *pRw & PHFRINFC_LLCP_TLV_RW_MASK; in phFriNfc_Llcp_EncodeRW()
1272 …ndex].localRW = pLlcpTransport->pSocketTable[index].sSocketOption.rw & PHFRINFC_LLCP_TLV_RW_MASK; in phFriNfc_LlcpTransport_Socket()1276 …tOption.miu * ((pLlcpTransport->pSocketTable[index].sSocketOption.rw & PHFRINFC_LLCP_TLV_RW_MASK)); in phFriNfc_LlcpTransport_Socket()1705 …LlcpSocket->bufferRwMaxLength = psOptions->miu * ((psOptions->rw & PHFRINFC_LLCP_TLV_RW_MASK)); in phFriNfc_LlcpTransport_Accept()
1670 pLlcpSocket ->localRW = pLlcpSocket->sSocketOption.rw & PHFRINFC_LLCP_TLV_RW_MASK; in phFriNfc_LlcpTransport_ConnectionOriented_Accept()