Home | History | Annotate | Download | only in src

Lines Matching defs:ssap

44       /* Fill the psLlcpHeader stuture with the DSAP,PTYPE and the SSAP */
47 pSocket->sLlcpHeader.ssap = pSocket->socket_sSap;
71 uint8_t ssap)
98 pSocket->pfSocketRecvFrom_Cb(pSocket->pRecvContext, ssap, NFCSTATUS_SUCCESS);
107 /* Save SSAP */
108 pSocket->sSocketRwBufferTable[writeIndex].buffer[0] = ssap;
266 /* Fill the psLlcpHeader stuture with the DSAP,PTYPE and the SSAP */
269 pLlcpSocket->sLlcpHeader.ssap = pLlcpSocket->socket_sSap;
318 uint8_t ssap;
331 /* Extract ssap and buffer from RW buffer */
332 ssap = pLlcpSocket->sSocketRwBufferTable[readIndex].buffer[0];
345 pRecv_Cb(pContext, ssap, NFCSTATUS_SUCCESS);