Searched refs:SendReset (Results 1 – 7 of 7) sorted by relevance
102 otError SpinelDriver::SendReset(uint8_t aResetType) in SendReset() function in ot::Spinel::SpinelDriver131 …if (aSoftwareReset && (SendReset(SPINEL_RESET_STACK) == OT_ERROR_NONE) && (WaitResponse() == OT_ER… in ResetCoprocessor()
120 otError SendReset(uint8_t aResetType);
1004 otError SendReset(uint8_t aResetType);
640 otError RadioSpinel::SendReset(uint8_t aResetType) in SendReset() function in ot::Spinel::RadioSpinel648 error = GetSpinelDriver().SendReset(aResetType); in SendReset()
670 Error SendReset(Message &aRequest, const Ip6::MessageInfo &aMessageInfo);
384 Error CoapBase::SendReset(Message &aRequest, const Ip6::MessageInfo &aMessageInfo) in SendReset() function in ot::Coap::CoapBase1055 IgnoreError(SendReset(message, aMessageInfo)); in Receive()1283 IgnoreError(SendReset(aMessage, aMessageInfo)); in ProcessReceivedResponse()
1056 return GetRadioSpinel().SendReset(SPINEL_RESET_BOOTLOADER); in otPlatResetToBootloader()