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

  /external/libnfc-nxp/src/
phFriNfc_Llcp.c 365 phNfc_sData_t sValueBuffer;
384 status = phFriNfc_Llcp_DecodeTLV(psParamsTLV, &offset, &type, &sValueBuffer);
395 if (sValueBuffer.length != PHFRINFC_LLCP_TLV_LENGTH_VERSION)
401 version = sValueBuffer.buffer[0];
407 if (sValueBuffer.length != PHFRINFC_LLCP_TLV_LENGTH_MIUX)
413 sParams.miu = (PHFRINFC_LLCP_MIU_DEFAULT + ((sValueBuffer.buffer[0] << 8) | sValueBuffer.buffer[1])) & PHFRINFC_LLCP_TLV_MIUX_MASK;
419 if (sValueBuffer.length != PHFRINFC_LLCP_TLV_LENGTH_WKS)
425 sParams.wks = (sValueBuffer.buffer[0] << 8) | sValueBuffer.buffer[1]
    [all...]
phFriNfc_LlcpTransport_Connection.c 397 phNfc_sData_t sValueBuffer;
411 status = phFriNfc_Llcp_DecodeTLV(psParamsTLV, &offset, &type,&sValueBuffer);
422 if(sValueBuffer.length == 0)
428 *psServiceName = sValueBuffer;
434 if (sValueBuffer.length != PHFRINFC_LLCP_TLV_LENGTH_RW)
439 *pRemoteRW_Size = sValueBuffer.buffer[0];
445 if (sValueBuffer.length != PHFRINFC_LLCP_TLV_LENGTH_MIUX)
450 *pRemoteMIU = PHFRINFC_LLCP_MIU_DEFAULT + (((sValueBuffer.buffer[0] << 8) | sValueBuffer.buffer[1]) & PHFRINFC_LLCP_TLV_MIUX_MASK);
    [all...]

Completed in 32 milliseconds