Lines Matching refs:Error
90 Error SetReceiveDone(otLinkRawReceiveDone aCallback);
105 Error Receive(void);
115 void InvokeReceiveDone(RxFrame *aFrame, Error aError);
134 Error Transmit(otLinkRawTransmitDone aCallback);
146 void InvokeTransmitDone(TxFrame &aFrame, RxFrame *aAckFrame, Error aError);
160 … Error EnergyScan(uint8_t aScanChannel, uint16_t aScanDuration, otLinkRawEnergyScanDone aCallback);
184 Error SetShortAddress(ShortAddress aShortAddress);
194 Error SetAlternateShortAddress(ShortAddress aShortAddress);
211 Error SetPanId(PanId aPanId);
225 Error SetChannel(uint8_t aChannel);
242 Error SetExtAddress(const ExtAddress &aExtAddress);
257 …Error SetMacKey(uint8_t aKeyIdMode, uint8_t aKeyId, const Key &aPrevKey, const Key &aCurrKey, cons…
269 Error SetMacFrameCounter(uint32_t aFrameCounter, bool aSetIfLarger);
287 …void RecordFrameTransmitStatus(const TxFrame &aFrame, Error aError, uint8_t aRetryCount, bool aWil…
289 void RecordFrameTransmitStatus(const TxFrame &, Error, uint8_t, bool) {} in RecordFrameTransmitStatus() argument