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 7441efa commit 76b5deaCopy full SHA for 76b5dea
features/FEATURE_BLE/ble/generic/FileSecurityDb.h
@@ -128,6 +128,9 @@ class FileSecurityDb : public SecurityDb {
128
bool public_address
129
);
130
131
+ /* I am not overriding set_local_sign_counter to avoid constant filesystem writes,
132
+ * instead this is synced by sync (which is called on disconnection) */
133
+
134
/* saving and loading from nvm */
135
136
virtual void restore();
0 commit comments