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.
2 parents 5b751e8 + e92863a commit e43f020Copy full SHA for e43f020
features/FEATURE_BLE/source/generic/GenericSecurityManager.cpp
@@ -1464,6 +1464,7 @@ void GenericSecurityManager::on_secure_connections_ltk_generated(
1464
flags->secure_connections_paired = true;
1465
1466
_db->set_entry_peer_ltk(cb->db_entry, ltk);
1467
+ _db->set_entry_local_ltk(cb->db_entry, ltk);
1468
}
1469
1470
void GenericSecurityManager::on_keys_distributed_ltk(
0 commit comments