We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78fc45e commit 9a71067Copy full SHA for 9a71067
examples/platform/silabs/tests/TestSilabsTestEventTrigger.cpp
@@ -56,6 +56,10 @@ class ProviderStub : public ProvisionedDataProvider
56
57
void SetForceError(bool value) { forceError = value; }
58
59
+ CHIP_ERROR GetOtaTlvEncryptionKeyId(uint32_t & value) override {
60
+ value = 0;
61
+ return CHIP_NO_ERROR;
62
+ }
63
private:
64
uint8_t mEnableKey[TestEventTriggerDelegate::kEnableKeyLength] = { 0 };
65
bool forceError = false;
0 commit comments