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.
as_entry
1 parent 27e64a8 commit 997b523Copy full SHA for 997b523
connectivity/FEATURE_BLE/source/generic/KVStoreSecurityDb.h
@@ -40,6 +40,8 @@ class KVStoreSecurityDb : public SecurityDb {
40
sign_count_t peer_sign_counter;
41
};
42
43
+ static entry_t *as_entry(entry_handle_t db_handle);
44
+
45
static constexpr uint8_t KVSTORESECURITYDB_VERSION = 1;
46
47
static constexpr size_t DB_PREFIX_SIZE = 7 + sizeof (STR(MBED_CONF_STORAGE_DEFAULT_KV)) - 1;
0 commit comments