mirror of https://github.com/ARMmbed/mbed-os.git
add accessor for local irk
parent
fff0247ae5
commit
bfdbcc7b4a
|
|
@ -441,6 +441,15 @@ public:
|
||||||
_local_identity.identity_address_is_public = public_address;
|
_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 */
|
/* list management */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue