otPlatUartReceived() function
The UART driver calls this method to notify OpenThread that bytes have been received.
Syntax
extern void otPlatUartReceived(const uint8_t *aBuf,
uint16_t aBufLength);
Arguments
aBuf
A pointer to the received bytes.
aBufLength
The number of bytes received.