Skip to content

Commit

Permalink
expand description of ble db sync
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-szczepanek-arm committed Jun 23, 2021
1 parent b57e5c4 commit dcb361f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion connectivity/FEATURE_BLE/source/generic/SecurityDb.h
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,11 @@ class SecurityDb {
virtual void restore();

/**
* 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
* db_handle will only write the given entry and not attempt to flush buffers.
*
* @param db_handle database entry to write. If invalid all entries are written and
* persistent storage attempts to sync (flush buffers).
*/
virtual void sync(entry_handle_t db_handle = invalid_entry_handle);

Expand Down

0 comments on commit dcb361f

Please sign in to comment.