Searched refs:sParamsTLV (Results 1 – 1 of 1) sorted by relevance
210 phNfc_sData_t sParamsTLV; in phFriNfc_Llcp_SendPax() local215 sParamsTLV.buffer = pTLVBuffer; in phFriNfc_Llcp_SendPax()216 sParamsTLV.length = PHFRINFC_LLCP_MAX_PARAM_TLV_LENGTH; in phFriNfc_Llcp_SendPax()217 result = phFriNfc_Llcp_EncodeLinkParams(&sParamsTLV, psLinkParams, PHFRINFC_LLCP_VERSION); in phFriNfc_Llcp_SendPax()231 return phFriNfc_Llcp_InternalSend(Llcp, &sHeader, NULL, &sParamsTLV); in phFriNfc_Llcp_SendPax()