otTcpMbedTlsSslSendCallback() function
Non-blocking send callback to pass to mbedtls_ssl_set_bio.
Syntax
int otTcpMbedTlsSslSendCallback(void *aCtx,
const unsigned char *aBuf,
size_t aLen);
Arguments
aCtx
A pointer to an otTcpEndpointAndCircularSendBuffer.
aBuf
The data to add to the send buffer.
aLen
The amount of data to add to the send buffer.
Return value
The number of bytes sent, or an mbedtls error code.