Searched refs:mDiagOutputLength (Results 1 – 2 of 2) sorted by relevance
65 , mDiagOutputLength(0) in RcpCapsDiag()147 uint16_t mDiagOutputLength; member in ot::Posix::RcpCapsDiag
698 VerifyOrExit(mDiagOutput != nullptr && mDiagOutputLength != 0); in HandleDiagOutput()699 rval = vsnprintf(mDiagOutput, mDiagOutputLength, aFormat, aArguments); in HandleDiagOutput()702 rval = (rval > mDiagOutputLength) ? mDiagOutputLength : rval; in HandleDiagOutput()704 mDiagOutputLength -= rval; in HandleDiagOutput()744 mDiagOutputLength = sizeof(output); in ProcessSpinelSpeed()