Nicolas Borla / Mbed OS BBR_1Ebene
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 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.