My climat station
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 14:27:00 by
1.7.2
Gleb Klochkov