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

  /external/libnfc-nxp/src/
phFriNfc_Llcp.h 144 #define PHFRINFC_LLCP_TLV_RW_MASK 0x0F /**< \internal Mask to apply to RW TLV Value.*/
phFriNfc_LlcpUtils.c 144 *pRw = *pRw & PHFRINFC_LLCP_TLV_RW_MASK;
phFriNfc_LlcpTransport.c 472 pLlcpTransport->pSocketTable[index].localRW = pLlcpTransport->pSocketTable[index].sSocketOption.rw & PHFRINFC_LLCP_TLV_RW_MASK;
476 pLlcpTransport->pSocketTable[index].bufferRwMaxLength = pLlcpTransport->pSocketTable[index].sSocketOption.miu * ((pLlcpTransport->pSocketTable[index].sSocketOption.rw & PHFRINFC_LLCP_TLV_RW_MASK));
    [all...]
phFriNfc_LlcpTransport_Connection.c     [all...]

Completed in 3838 milliseconds