Kenji Arai / mbed-os_TYBLE16

Dependents:   TYBLE16_simple_data_logger TYBLE16_MP3_Air

Embed: (wiki syntax)

« Back to documentation index

SecurityEntryIdentity_t Struct Reference

SecurityEntryIdentity_t Struct Reference

Data for resolving random resolvable addresses. More...

#include <SecurityDb.h>

Data Fields

address_t identity_address
 identity address
irk_t irk
 Identity Resolving Key.
uint8_t identity_address_is_public:1
 true if peer identity address is public, false if it's static random

Detailed Description

Data for resolving random resolvable addresses.

Definition at line 93 of file SecurityDb.h.


Field Documentation

identity address

Definition at line 95 of file SecurityDb.h.

true if peer identity address is public, false if it's static random

Definition at line 99 of file SecurityDb.h.

Identity Resolving Key.

Definition at line 97 of file SecurityDb.h.