Home
last modified time | relevance | path

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

/openthread-latest/src/posix/platform/
Dradio.cpp768 int nbytes; in otPlatDiagRadioSetRawPowerSetting() local
772 nbytes = snprintf(cmd, sizeof(cmd), "rawpowersetting "); in otPlatDiagRadioSetRawPowerSetting()
776nbytes += snprintf(cmd + nbytes, sizeof(cmd) - static_cast<size_t>(nbytes), "%02x", aRawPowerSetti… in otPlatDiagRadioSetRawPowerSetting()
777 VerifyOrExit(nbytes < static_cast<int>(sizeof(cmd)), error = OT_ERROR_INVALID_ARGS); in otPlatDiagRadioSetRawPowerSetting()