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.
1 parent 0610629 commit a2c9781Copy full SHA for a2c9781
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