nRF51 SDK - S310 SoftDevice
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
ble_gap_sec_keys_t Struct Reference

Keys that have been exchanged. More...

#include <ble_gap.h>

Data Fields

uint8_t ltk: 1
 
uint8_t ediv_rand: 1
 
uint8_t irk: 1
 
uint8_t address: 1
 
uint8_t csrk: 1
 

Detailed Description

Keys that have been exchanged.

Field Documentation

uint8_t ble_gap_sec_keys_t::address

Public or static random address.

uint8_t ble_gap_sec_keys_t::csrk

Connection Signature Resolving Key.

uint8_t ble_gap_sec_keys_t::ediv_rand

Encrypted Diversifier and Random value.

uint8_t ble_gap_sec_keys_t::irk

Identity Resolving Key.

uint8_t ble_gap_sec_keys_t::ltk

Long Term Key.