Lines Matching refs:otError
206 otError FakePlatform::Transmit(otRadioFrame *aFrame) in Transmit()
212 otError FakePlatform::SettingsGet(uint16_t aKey, uint16_t aIndex, uint8_t *aValue, uint16_t *aValue… in SettingsGet()
249 otError FakePlatform::SettingsSet(uint16_t aKey, const uint8_t *aValue, uint16_t aValueLength) in SettingsSet()
259 otError FakePlatform::SettingsAdd(uint16_t aKey, const uint8_t *aValue, uint16_t aValueLength) in SettingsAdd()
268 otError FakePlatform::SettingsDelete(uint16_t aKey, int aIndex) in SettingsDelete()
373 otError otPlatRadioEnable(otInstance *) { return OT_ERROR_NONE; } in otPlatRadioEnable()
375 otError otPlatRadioDisable(otInstance *) { return OT_ERROR_NONE; } in otPlatRadioDisable()
377 otError otPlatRadioSleep(otInstance *) { return OT_ERROR_NONE; } in otPlatRadioSleep()
379 otError otPlatRadioReceive(otInstance *, uint8_t aChannel) { return FakePlatform::CurrentPlatform()… in otPlatRadioReceive()
381 otError otPlatRadioReceiveAt(otInstance *, uint8_t aChannel, uint32_t aStart, uint32_t aDuration) in otPlatRadioReceiveAt()
386 otError otPlatRadioTransmit(otInstance *, otRadioFrame *aFrame) in otPlatRadioTransmit()
401 otError otPlatRadioAddSrcMatchShortEntry(otInstance *, uint16_t) { return OT_ERROR_NONE; } in otPlatRadioAddSrcMatchShortEntry()
403 otError otPlatRadioAddSrcMatchExtEntry(otInstance *, const otExtAddress *) { return OT_ERROR_NONE; } in otPlatRadioAddSrcMatchExtEntry()
405 otError otPlatRadioClearSrcMatchShortEntry(otInstance *, uint16_t) { return OT_ERROR_NONE; } in otPlatRadioClearSrcMatchShortEntry()
407 otError otPlatRadioClearSrcMatchExtEntry(otInstance *, const otExtAddress *) { return OT_ERROR_NONE… in otPlatRadioClearSrcMatchExtEntry()
413 otError otPlatRadioEnergyScan(otInstance *, uint8_t, uint16_t) { return OT_ERROR_NOT_IMPLEMENTED; } in otPlatRadioEnergyScan()
415 otError otPlatRadioSetTransmitPower(otInstance *, int8_t) { return OT_ERROR_NOT_IMPLEMENTED; } in otPlatRadioSetTransmitPower()
419 otError otPlatRadioSetCcaEnergyDetectThreshold(otInstance *, int8_t) { return OT_ERROR_NONE; } in otPlatRadioSetCcaEnergyDetectThreshold()
421 otError otPlatRadioGetCcaEnergyDetectThreshold(otInstance *, int8_t *) { return OT_ERROR_NONE; } in otPlatRadioGetCcaEnergyDetectThreshold()
423 otError otPlatRadioGetCoexMetrics(otInstance *, otRadioCoexMetrics *) { return OT_ERROR_NONE; } in otPlatRadioGetCoexMetrics()
425 otError otPlatRadioGetTransmitPower(otInstance *, int8_t *) { return OT_ERROR_NONE; } in otPlatRadioGetTransmitPower()
429 otError otPlatRadioSetCoexEnabled(otInstance *, bool) { return OT_ERROR_NOT_IMPLEMENTED; } in otPlatRadioSetCoexEnabled()
431 otError otPlatRadioConfigureEnhAckProbing(otInstance *, otLinkMetrics, otShortAddress, const otExtA… in otPlatRadioConfigureEnhAckProbing()
437 OT_TOOL_WEAK otError otPlatRadioSetChannelTargetPower(otInstance *, uint8_t, int16_t) { return OT_E… in otPlatRadioSetChannelTargetPower()
445 otError otPlatEntropyGet(uint8_t *aOutput, uint16_t aOutputLength) in otPlatEntropyGet()
447 otError error = OT_ERROR_NONE; in otPlatEntropyGet()
469 void otPlatDiagRadioReceived(otInstance *, otRadioFrame *, otError) {} in otPlatDiagRadioReceived() argument
481 otError otPlatInfraIfSendIcmp6Nd(uint32_t, const otIp6Address *, const uint8_t *, uint16_t) { retur… in otPlatInfraIfSendIcmp6Nd()
483 otError otPlatInfraIfDiscoverNat64Prefix(uint32_t) { return OT_ERROR_FAILED; } in otPlatInfraIfDiscoverNat64Prefix()
493 otError otPlatBleEnable(otInstance *) { return OT_ERROR_NONE; } in otPlatBleEnable()
495 otError otPlatBleDisable(otInstance *) { return OT_ERROR_NONE; } in otPlatBleDisable()
497 otError otPlatBleGetAdvertisementBuffer(otInstance *, uint8_t **) { return OT_ERROR_NO_BUFS; } in otPlatBleGetAdvertisementBuffer()
499 otError otPlatBleGapAdvStart(otInstance *, uint16_t) { return OT_ERROR_NONE; } in otPlatBleGapAdvStart()
501 otError otPlatBleGapAdvStop(otInstance *) { return OT_ERROR_NONE; } in otPlatBleGapAdvStop()
503 otError otPlatBleGapDisconnect(otInstance *) { return OT_ERROR_NONE; } in otPlatBleGapDisconnect()
505 otError otPlatBleGattMtuGet(otInstance *, uint16_t *) { return OT_ERROR_NONE; } in otPlatBleGattMtuGet()
507 otError otPlatBleGattServerIndicate(otInstance *, uint16_t, const otBleRadioPacket *) { return OT_E… in otPlatBleGattServerIndicate()
513 otError otPlatBleGapAdvSetData(otInstance *, uint8_t *, uint16_t) { return OT_ERROR_NONE; } in otPlatBleGapAdvSetData()
519 otError otPlatSettingsGet(otInstance *, uint16_t aKey, int aIndex, uint8_t *aValue, uint16_t *aValu… in otPlatSettingsGet()
524 otError otPlatSettingsSet(otInstance *, uint16_t aKey, const uint8_t *aValue, uint16_t aValueLength) in otPlatSettingsSet()
529 otError otPlatSettingsAdd(otInstance *, uint16_t aKey, const uint8_t *aValue, uint16_t aValueLength) in otPlatSettingsAdd()
534 otError otPlatSettingsDelete(otInstance *, uint16_t aKey, int aIndex) in otPlatSettingsDelete()
565 otError otPlatUdpSocket(otUdpSocket *) { return OT_ERROR_NOT_IMPLEMENTED; } in otPlatUdpSocket()
566 otError otPlatUdpClose(otUdpSocket *) { return OT_ERROR_NOT_IMPLEMENTED; } in otPlatUdpClose()
567 otError otPlatUdpBind(otUdpSocket *) { return OT_ERROR_NOT_IMPLEMENTED; } in otPlatUdpBind()
568 otError otPlatUdpBindToNetif(otUdpSocket *, otNetifIdentifier) { return OT_ERROR_NOT_IMPLEMENTED; } in otPlatUdpBindToNetif()
569 otError otPlatUdpConnect(otUdpSocket *) { return OT_ERROR_NOT_IMPLEMENTED; } in otPlatUdpConnect()
570 otError otPlatUdpSend(otUdpSocket *, otMessage *, const otMessageInfo *) { return OT_ERROR_NOT_IMPL… in otPlatUdpSend()
571 otError otPlatUdpJoinMulticastGroup(otUdpSocket *, otNetifIdentifier, const otIp6Address *) in otPlatUdpJoinMulticastGroup()
575 otError otPlatUdpLeaveMulticastGroup(otUdpSocket *, otNetifIdentifier, const otIp6Address *) in otPlatUdpLeaveMulticastGroup()