mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 10:47:19 +02:00
fix err using rpa for confirmation calculation
This commit is contained in:
@ -1990,7 +1990,7 @@ void btm_ble_conn_complete(UINT8 *p, UINT16 evt_len, BOOLEAN enhanced)
|
|||||||
}
|
}
|
||||||
#if (BLE_PRIVACY_SPT == TRUE )
|
#if (BLE_PRIVACY_SPT == TRUE )
|
||||||
peer_addr_type = bda_type;
|
peer_addr_type = bda_type;
|
||||||
match = btm_identity_addr_to_random_pseudo (bda, &bda_type, TRUE);
|
match = btm_identity_addr_to_random_pseudo (bda, &bda_type, FALSE);
|
||||||
|
|
||||||
/* possiblly receive connection complete with resolvable random on
|
/* possiblly receive connection complete with resolvable random on
|
||||||
slave role while the device has been paired */
|
slave role while the device has been paired */
|
||||||
|
Reference in New Issue
Block a user