mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-29 22:20:37 +00:00
sm: fix identity resolving - regression introduced in adf5eaa9
This commit is contained in:
parent
a62edf8ad2
commit
a9987c8e28
@ -1925,8 +1925,8 @@ static void sm_run(void){
|
||||
break;
|
||||
}
|
||||
|
||||
// if entry is public address, it is for a different device
|
||||
if (addr_type == BD_ADDR_TYPE_LE_PUBLIC){
|
||||
// if connection type is public, it must be a different one
|
||||
if (sm_address_resolution_addr_type == BD_ADDR_TYPE_LE_PUBLIC){
|
||||
sm_address_resolution_test++;
|
||||
continue;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user