BLE: Fix flag IRK stored in Memory security DB.

pull/6932/head
Vincent Coubard 2018-04-20 10:22:13 +01:00
parent 951a6be4c8
commit 0b92397840
1 changed files with 1 additions and 1 deletions

View File

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