otTcpMbedTlsSslRecvCallback() function
Non-blocking receive callback to pass to mbedtls_ssl_set_bio.
Syntax
int otTcpMbedTlsSslRecvCallback(void *aCtx,
unsigned char *aBuf,
size_t aLen);
Arguments
aCtx
A pointer to an otTcpEndpointAndCircularSendBuffer.
aBuf
The buffer into which to receive data.
aLen
The maximum amount of data that can be received.
Return value
The number of bytes received, or an mbedtls error code.