Searched refs:sendLength (Results 1 – 1 of 1) sorted by relevance
255 uint16_t sendLength = aBufLength; in Output() local257 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()