Home | History | Annotate | Download | only in src

Lines Matching refs:sParams

364    phFriNfc_Llcp_sLinkParameters_t  sParams;
376 sParams.miu = PHFRINFC_LLCP_MIU_DEFAULT;
377 sParams.wks = PHFRINFC_LLCP_WKS_DEFAULT;
378 sParams.lto = PHFRINFC_LLCP_LTO_DEFAULT;
379 sParams.option = PHFRINFC_LLCP_OPTION_DEFAULT;
413 sParams.miu = (PHFRINFC_LLCP_MIU_DEFAULT + ((sValueBuffer.buffer[0] << 8) | sValueBuffer.buffer[1])) & PHFRINFC_LLCP_TLV_MIUX_MASK;
425 sParams.wks = (sValueBuffer.buffer[0] << 8) | sValueBuffer.buffer[1];
427 sParams.wks |= PHFRINFC_LLCP_TLV_WKS_MASK;
439 sParams.lto = sValueBuffer.buffer[0];
451 sParams.option = sValueBuffer.buffer[0] & PHFRINFC_LLCP_TLV_OPT_MASK;
471 memcpy(psParsedParams, &sParams, sizeof(phFriNfc_Llcp_sLinkParameters_t));