BLE: flag that irk has been stored in the security entry.

pull/6932/head
Vincent Coubard 2018-04-17 14:10:19 +01:00
parent 6fc74fbc44
commit 06e0aa3440
1 changed files with 1 additions and 0 deletions

View File

@ -208,6 +208,7 @@ public:
if (entry) {
entry->state = ENTRY_WRITTEN;
entry->peer_identity.irk = irk;
entry->flags.irk_stored;
}
}