Kenji Arai / mbed-os_TYBLE16

Dependents:   TYBLE16_simple_data_logger TYBLE16_MP3_Air

Embed: (wiki syntax)

« Back to documentation index

SecurityEntryKeys_t Struct Reference

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 74 of file SecurityDb.h.


Field Documentation

EDIV (Encryption diversifier) used to identify LTK during legacy pairing.

Definition at line 78 of file SecurityDb.h.

Long Term Key.

Definition at line 76 of file SecurityDb.h.

Rand (random number) used to identify LTK during legacy pairing.

Definition at line 80 of file SecurityDb.h.