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 63887d1 commit e71f452Copy full SHA for e71f452
connectivity/FEATURE_BLE/source/generic/SecurityDb.h
@@ -181,6 +181,7 @@ class SecurityDb {
181
entry_handle_t correct_handle = find_entry_by_peer_ediv_rand(ediv, rand);
182
if (!correct_handle) {
183
cb(*db_handle, NULL);
184
+ return;
185
}
186
// Note: keys should never be null as a matching entry has been retrieved
187
SecurityEntryKeys_t* keys = read_in_entry_local_keys(correct_handle);
0 commit comments