mirror of https://github.com/ARMmbed/mbed-os.git
BLE: store identity address type in DB.
parent
06e0aa3440
commit
a3bb18d724
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue