Home
last modified time | relevance | path

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

/openthread-latest/src/ncp/
Dncp_base_radio.cpp446 uint16_t payloadLen; in DecodeStreamRawTxRequest() local
452 SuccessOrExit(error = mDecoder.ReadDataWithLen(payloadPtr, payloadLen)); in DecodeStreamRawTxRequest()
453 VerifyOrExit(payloadLen <= OT_RADIO_FRAME_MAX_SIZE, error = OT_ERROR_PARSE); in DecodeStreamRawTxRequest()
455 aFrame.mLength = static_cast<uint8_t>(payloadLen); in DecodeStreamRawTxRequest()