diff --git a/features/FEATURE_BLE/ble/pal/MemorySecurityDB.h b/features/FEATURE_BLE/ble/pal/MemorySecurityDB.h index f71c95aeb1..0ffaea970d 100644 --- a/features/FEATURE_BLE/ble/pal/MemorySecurityDB.h +++ b/features/FEATURE_BLE/ble/pal/MemorySecurityDB.h @@ -221,6 +221,7 @@ public: if (entry) { entry->state = ENTRY_WRITTEN; entry->peer_identity.identity_address = peer_address; + entry->peer_identity.identity_address_is_public = address_is_public; } }