Home
last modified time | relevance | path

Searched refs:psServiceName (Results 1 – 6 of 6) sorted by relevance

/external/libnfc-nxp/src/
DphFriNfc_LlcpTransport.c654 phNfc_sData_t *psServiceName, in phFriNfc_LlcpTransport_Listen() argument
661 if(pLlcpSocket == NULL || pListen_Cb == NULL|| pContext == NULL || psServiceName == NULL) in phFriNfc_LlcpTransport_Listen()
681 else if(psServiceName->length > PHFRINFC_LLCP_SN_MAX_LENGTH) in phFriNfc_LlcpTransport_Listen()
686 else if((psServiceName->length > 0) && in phFriNfc_LlcpTransport_Listen()
693 else if((psServiceName->length == 0) && in phFriNfc_LlcpTransport_Listen()
702 psServiceName, in phFriNfc_LlcpTransport_Listen()
DphFriNfc_LlcpTransport_Connection.h128 … phNfc_sData_t *psServiceName,
DphFriNfc_LlcpTransport_Connection.c600 phNfc_sData_t *psServiceName, in phFriNfc_Llcp_GetSocket_Params() argument
636 *psServiceName = sValueBuffer; in phFriNfc_Llcp_GetSocket_Params()
1832 … phNfc_sData_t *psServiceName, in phFriNfc_LlcpTransport_ConnectionOriented_Listen() argument
1840 if (psServiceName != NULL) in phFriNfc_LlcpTransport_ConnectionOriented_Listen()
1852 if(pCurrentSocket->sServiceName.length != psServiceName->length) { in phFriNfc_LlcpTransport_ConnectionOriented_Listen()
1856 … if(memcmp(pCurrentSocket->sServiceName.buffer, psServiceName->buffer, psServiceName->length) == 0) in phFriNfc_LlcpTransport_ConnectionOriented_Listen()
1874 pLlcpSocket->sServiceName.length = psServiceName->length; in phFriNfc_LlcpTransport_ConnectionOriented_Listen()
1875 pLlcpSocket->sServiceName.buffer = phOsalNfc_GetMemory(psServiceName->length); in phFriNfc_LlcpTransport_ConnectionOriented_Listen()
1880 memcpy(pLlcpSocket->sServiceName.buffer, psServiceName->buffer, psServiceName->length); in phFriNfc_LlcpTransport_ConnectionOriented_Listen()
DphFriNfc_LlcpTransport.h430 phNfc_sData_t *psServiceName,
DphLibNfc_llcp.c641 phNfc_sData_t *psServiceName, in phLibNfc_Llcp_Listen() argument
668 psServiceName, in phLibNfc_Llcp_Listen()
DphLibNfc.h2738 phNfc_sData_t *psServiceName,