mirror of https://github.com/ARMmbed/mbed-os.git
BLE: Fix flag IRK stored in Memory security DB.
parent
951a6be4c8
commit
0b92397840
|
@ -238,7 +238,7 @@ public:
|
||||||
if (entry) {
|
if (entry) {
|
||||||
entry->state = ENTRY_WRITTEN;
|
entry->state = ENTRY_WRITTEN;
|
||||||
entry->peer_identity.irk = irk;
|
entry->peer_identity.irk = irk;
|
||||||
entry->flags.irk_stored;
|
entry->flags.irk_stored = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue