diff --git a/tests/gtest/fake_platform.cpp b/tests/gtest/fake_platform.cpp index d19f38df5..b05a39992 100644 --- a/tests/gtest/fake_platform.cpp +++ b/tests/gtest/fake_platform.cpp @@ -536,6 +536,13 @@ bool otPlatBleSupportsMultiRadio(otInstance *) { return false; } otError otPlatBleGapAdvSetData(otInstance *, uint8_t *, uint16_t) { return OT_ERROR_NONE; } +OT_TOOL_WEAK otError otPlatRadioAddCalibratedPower(otInstance *, uint8_t, int16_t, const uint8_t *, uint16_t) +{ + return OT_ERROR_NONE; +} + +OT_TOOL_WEAK otError otPlatRadioClearCalibratedPowers(otInstance *) { return OT_ERROR_NONE; } + void otPlatSettingsInit(otInstance *, const uint16_t *, uint16_t) {} void otPlatSettingsDeinit(otInstance *) {}