Home
last modified time | relevance | path

Searched refs:sendLength (Results 1 – 1 of 1) sorted by relevance

/openthread-latest/examples/apps/cli/
Dcli_uart.cpp255 uint16_t sendLength = aBufLength; in Output() local
257 if (sendLength > remaining) in Output()
259 sendLength = remaining; in Output()
262 for (uint16_t i = 0; i < sendLength; i++) in Output()
272 sent += sendLength; in Output()