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

  /external/libnfc-nxp/src/
phFriNfc_Llcp.h 151 #define PHFRINFC_LLCP_TLV_MIUX_MASK 0x07FF /**< \internal Mask to apply to MIUX TLV Value.*/
199 PHFRINFC_LLCP_TLV_MIUX_MASK) /**< Maximum size of a packet */
phFriNfc_LlcpUtils.c 176 miux = miux & PHFRINFC_LLCP_TLV_MIUX_MASK;
phFriNfc_Llcp.c 413 sParams.miu = (PHFRINFC_LLCP_MIU_DEFAULT + ((sValueBuffer.buffer[0] << 8) | sValueBuffer.buffer[1])) & PHFRINFC_LLCP_TLV_MIUX_MASK;
    [all...]
phFriNfc_LlcpTransport_Connection.c 447 *pRemoteMIU = PHFRINFC_LLCP_MIU_DEFAULT + (((sValueBuffer.buffer[0] << 8) | sValueBuffer.buffer[1]) & PHFRINFC_LLCP_TLV_MIUX_MASK);
    [all...]
phFriNfc_LlcpTransport.c     [all...]

Completed in 440 milliseconds