Skip to content

Commit 9a71067

Browse files
committed
[SL-UP] Add an implementation of GetOtaTlvEncryptionKeyId
1 parent 78fc45e commit 9a71067

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

examples/platform/silabs/tests/TestSilabsTestEventTrigger.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ class ProviderStub : public ProvisionedDataProvider
5656

5757
void SetForceError(bool value) { forceError = value; }
5858

59+
CHIP_ERROR GetOtaTlvEncryptionKeyId(uint32_t & value) override {
60+
value = 0;
61+
return CHIP_NO_ERROR;
62+
}
5963
private:
6064
uint8_t mEnableKey[TestEventTriggerDelegate::kEnableKeyLength] = { 0 };
6165
bool forceError = false;

0 commit comments

Comments
 (0)