nRF51 SDK - S110 SoftDevice
|
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 |
Keys that have been exchanged.
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.