add accessor for local irk

pull/13037/head
Paul Szczeanek 2020-06-03 17:29:51 +01:00
parent fff0247ae5
commit bfdbcc7b4a
1 changed files with 9 additions and 0 deletions

View File

@ -441,6 +441,15 @@ public:
_local_identity.identity_address_is_public = public_address;
}
/**
* Return local irk.
*
* @return irk
*/
virtual irk_t get_local_irk() {
return _local_identity.irk;
}
/* list management */
/**