Skip to content

Commit 997b523

Browse files
authored
Add the missing definition for as_entry
1 parent 27e64a8 commit 997b523

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

connectivity/FEATURE_BLE/source/generic/KVStoreSecurityDb.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ class KVStoreSecurityDb : public SecurityDb {
4040
sign_count_t peer_sign_counter;
4141
};
4242

43+
static entry_t *as_entry(entry_handle_t db_handle);
44+
4345
static constexpr uint8_t KVSTORESECURITYDB_VERSION = 1;
4446

4547
static constexpr size_t DB_PREFIX_SIZE = 7 + sizeof (STR(MBED_CONF_STORAGE_DEFAULT_KV)) - 1;

0 commit comments

Comments
 (0)