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 b57e5c4 commit dcb361fCopy full SHA for dcb361f
connectivity/FEATURE_BLE/source/generic/SecurityDb.h
@@ -522,7 +522,11 @@ class SecurityDb {
522
virtual void restore();
523
524
/**
525
- * Flush all values which might be stored in memory into NVM.
+ * Write all values and attempt to sync persistent storage. Passing in an optional valid
526
+ * db_handle will only write the given entry and not attempt to flush buffers.
527
+ *
528
+ * @param db_handle database entry to write. If invalid all entries are written and
529
+ * persistent storage attempts to sync (flush buffers).
530
*/
531
virtual void sync(entry_handle_t db_handle = invalid_entry_handle);
532
0 commit comments