mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-23 09:41:03 +00:00
sm: trigger resolving list update on new le device db entries
This commit is contained in:
parent
21debf25cf
commit
3cfbd237fb
@ -1305,6 +1305,7 @@ static void sm_key_distribution_handle_all_received(sm_connection_t * sm_conn){
|
||||
// if not found, add to db
|
||||
if (le_db_index < 0) {
|
||||
le_db_index = le_device_db_add(setup->sm_peer_addr_type, setup->sm_peer_address, setup->sm_peer_irk);
|
||||
hci_load_le_device_db_entry_into_resolving_list(le_db_index);
|
||||
}
|
||||
|
||||
if (le_db_index >= 0){
|
||||
|
Loading…
x
Reference in New Issue
Block a user