Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
SecurityEntryKeys_t Struct Reference
Long Term Key and data used to identify it. More...
#include <SecurityDb.h>
Data Fields | |
ltk_t | ltk |
Long Term Key. | |
ediv_t | ediv |
EDIV (Encryption diversifier) used to identify LTK during legacy pairing. | |
rand_t | rand |
Rand (random number) used to identify LTK during legacy pairing. |
Detailed Description
Long Term Key and data used to identify it.
Definition at line 69 of file SecurityDb.h.
Field Documentation
EDIV (Encryption diversifier) used to identify LTK during legacy pairing.
Definition at line 73 of file SecurityDb.h.
ltk_t ltk |
Long Term Key.
Definition at line 71 of file SecurityDb.h.
rand_t rand |
Rand (random number) used to identify LTK during legacy pairing.
Definition at line 75 of file SecurityDb.h.
Generated on Tue Jul 12 2022 13:33:19 by
