Searched refs:SendReset (Results 1 – 7 of 7) sorted by relevance
103 otError SpinelDriver::SendReset(uint8_t aResetType) in SendReset() function in ot::Spinel::SpinelDriver132 …if (aSoftwareReset && (SendReset(SPINEL_RESET_STACK) == OT_ERROR_NONE) && (WaitResponse() == OT_ER… in ResetCoprocessor()
113 otError SendReset(uint8_t aResetType);
954 otError SendReset(uint8_t aResetType);
646 otError RadioSpinel::SendReset(uint8_t aResetType) in SendReset() function in ot::Spinel::RadioSpinel654 error = GetSpinelDriver().SendReset(aResetType); in SendReset()
374 Error CoapBase::SendReset(Message &aRequest, const Ip6::MessageInfo &aMessageInfo) in SendReset() function in ot::Coap::CoapBase1045 IgnoreError(SendReset(message, aMessageInfo)); in Receive()1273 IgnoreError(SendReset(aMessage, aMessageInfo)); in ProcessReceivedResponse()
621 Error SendReset(Message &aRequest, const Ip6::MessageInfo &aMessageInfo);
1063 return GetRadioSpinel().SendReset(SPINEL_RESET_BOOTLOADER); in otPlatResetToBootloader()