BLE: store identity address type in DB.

pull/6932/head
Vincent Coubard 2018-04-17 14:11:05 +01:00
parent 06e0aa3440
commit a3bb18d724
1 changed files with 1 additions and 0 deletions

View File

@ -221,6 +221,7 @@ public:
if (entry) { if (entry) {
entry->state = ENTRY_WRITTEN; entry->state = ENTRY_WRITTEN;
entry->peer_identity.identity_address = peer_address; entry->peer_identity.identity_address = peer_address;
entry->peer_identity.identity_address_is_public = address_is_public;
} }
} }