Searched refs:psParamsTLV (Results 1 – 2 of 2) sorted by relevance
/external/libnfc-nxp/src/ |
D | phFriNfc_Llcp.c | 358 static NFCSTATUS phFriNfc_Llcp_ParseLinkParams( phNfc_sData_t *psParamsTLV, in phFriNfc_Llcp_ParseLinkParams() argument 370 if ((psParamsTLV == NULL) || (psParsedParams == NULL) || (pnParsedVersion == NULL)) in phFriNfc_Llcp_ParseLinkParams() 382 while (offset < psParamsTLV->length) in phFriNfc_Llcp_ParseLinkParams() 384 status = phFriNfc_Llcp_DecodeTLV(psParamsTLV, &offset, &type, &sValueBuffer); in phFriNfc_Llcp_ParseLinkParams() 521 phNfc_sData_t *psParamsTLV) in phFriNfc_Llcp_InternalActivate() argument 531 status = phFriNfc_Llcp_ParseLinkParams(psParamsTLV, &sRemoteParams, &remoteVersion); in phFriNfc_Llcp_InternalActivate() 575 phNfc_sData_t *psParamsTLV) in phFriNfc_Llcp_HandleMACLinkActivated() argument 588 if (psParamsTLV == NULL) in phFriNfc_Llcp_HandleMACLinkActivated() 604 status = phFriNfc_Llcp_InternalActivate(Llcp, psParamsTLV); in phFriNfc_Llcp_HandleMACLinkActivated() 663 phNfc_sData_t *psParamsTLV, in phFriNfc_Llcp_LinkStatus_CB() argument [all …]
|
D | phFriNfc_LlcpTransport_Connection.c | 388 static NFCSTATUS phFriNfc_Llcp_GetSocket_Params(phNfc_sData_t *psParamsTLV, in phFriNfc_Llcp_GetSocket_Params() argument 399 if ((psParamsTLV == NULL) || (pRemoteRW_Size == NULL) || (pRemoteMIU == NULL)) in phFriNfc_Llcp_GetSocket_Params() 406 while (offset < psParamsTLV->length) in phFriNfc_Llcp_GetSocket_Params() 408 status = phFriNfc_Llcp_DecodeTLV(psParamsTLV, &offset, &type,&sValueBuffer); in phFriNfc_Llcp_GetSocket_Params()
|