Skip to content

Commit e92863a

Browse files
store secure connections ltk in both local and peer entry
1 parent f9862b8 commit e92863a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

features/FEATURE_BLE/source/generic/GenericSecurityManager.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1464,6 +1464,7 @@ void GenericSecurityManager::on_secure_connections_ltk_generated(
14641464
flags->secure_connections_paired = true;
14651465

14661466
_db->set_entry_peer_ltk(cb->db_entry, ltk);
1467+
_db->set_entry_local_ltk(cb->db_entry, ltk);
14671468
}
14681469

14691470
void GenericSecurityManager::on_keys_distributed_ltk(

0 commit comments

Comments
 (0)