mirror of https://github.com/ARMmbed/mbed-os.git
BLE: flag that irk has been stored in the security entry.
parent
6fc74fbc44
commit
06e0aa3440
|
@ -208,6 +208,7 @@ public:
|
|||
if (entry) {
|
||||
entry->state = ENTRY_WRITTEN;
|
||||
entry->peer_identity.irk = irk;
|
||||
entry->flags.irk_stored;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue