Home | History | Annotate | Download | only in src

Lines Matching defs:ssap

43       /* Fill the psLlcpHeader stuture with the DSAP,PTYPE and the SSAP */
46 pSocket->sLlcpHeader.ssap = pSocket->socket_sSap;
69 uint8_t ssap)
96 pSocket->pfSocketRecvFrom_Cb(pSocket->pRecvContext, ssap, NFCSTATUS_SUCCESS);
105 /* Save SSAP */
106 pSocket->sSocketRwBufferTable[writeIndex].buffer[0] = ssap;
263 /* Fill the psLlcpHeader stuture with the DSAP,PTYPE and the SSAP */
266 pLlcpSocket->sLlcpHeader.ssap = pLlcpSocket->socket_sSap;
314 uint8_t ssap;
327 /* Extract ssap and buffer from RW buffer */
328 ssap = pLlcpSocket->sSocketRwBufferTable[readIndex].buffer[0];
341 pRecv_Cb(pContext, ssap, NFCSTATUS_SUCCESS);