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 9d78650 + a2c9781 commit f0c6a66Copy full SHA for f0c6a66
features/FEATURE_BLE/ble/generic/SecurityDb.h
@@ -603,7 +603,7 @@ class SecurityDb {
603
sizeof(BLEProtocol::AddressBytes_t)
604
);
605
606
- if (flags->peer_address_is_public) {
+ if (identity->identity_address_is_public) {
607
whitelist->addresses[whitelist->size].type = BLEProtocol::AddressType::PUBLIC;
608
} else {
609
whitelist->addresses[whitelist->size].type = BLEProtocol::AddressType::RANDOM_STATIC;
0 commit comments