Searched refs:nbytes (Results 1 – 1 of 1) sorted by relevance
768 int nbytes; in otPlatDiagRadioSetRawPowerSetting() local772 nbytes = snprintf(cmd, sizeof(cmd), "rawpowersetting "); in otPlatDiagRadioSetRawPowerSetting()776 …nbytes += 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()