Home | History | Annotate | Download | only in src

Lines Matching defs:nSap

42                                                      uint8_t                            nSap,
67 *pnSap = psTransport->pCachedServiceNames[i].nSap;
153 uint8_t nSap)
174 &nSap);
230 pCachedServiceName->nSap = pSocket->socket_sSap;
257 uint8_t nTid, nSap;
277 nSap = psTransport->nDiscoveryResSapList[index];
282 nSap);
324 uint8_t nSap;
360 nSap = PHFRINFC_LLCP_SAP_SDP;
368 nSap = pSocket->socket_sSap;
372 nSap = 0;
379 psTransport->nDiscoveryResSapList[psTransport->nDiscoveryResListSize] = nSap;
409 nSap = sValue.buffer[1];
411 psTransport->pnDiscoverySapList[nTid] = nSap;
789 pCachedServiceName->nSap = 0;
1405 * \param[in] nSap The SAP number to bind with, or 0 for auto-bind to a free SAP.
1419 uint8_t nSap,
1453 if (nSap == 0)
1455 status = phFriNfc_LlcpTransport_GetFreeSap(pLlcpSocket->psTransport, psServiceName, &nSap);
1463 if(!IS_BETWEEN(nSap, min_sap_range, max_sap_range) &&
1464 !IS_BETWEEN(nSap, PHFRINFC_LLCP_SAP_WKS_FIRST, PHFRINFC_LLCP_SAP_SDP_ADVERTISED_FIRST))
1470 /* Test if the nSap it is used by another socket */
1473 if(pLlcpSocket->psTransport->pSocketTable[i].socket_sSap == nSap)
1479 status = phFriNfc_LlcpTransport_RegisterName(pLlcpSocket, nSap, psServiceName);
1484 /* Set the nSap value of the socket */
1485 pLlcpSocket->socket_sSap = nSap;
1564 * \param[in] nSap SAP number associated to the service name.
1573 uint8_t nSap,
1590 bSapMatch = psTransport->pCachedServiceNames[index].nSap == nSap;
1785 * \param[in] nSap The destination SAP to connect to.
1801 uint8_t nSap,
1815 else if(nSap<02 || nSap>63)
1856 nSap,
2152 * \param[in] nSap The destination SAP.
2169 uint8_t nSap,
2182 else if(nSap<2 || nSap>63)
2222 nSap,