changed low freq. clock source to IRC

Dependents:   BLE_ANCS_SDAPI_IRC

Fork of nRF51822 by Nordic Semiconductor

Embed: (wiki syntax)

« Back to documentation index

ble_gap_sec_keys_t Struct Reference

ble_gap_sec_keys_t Struct Reference
[Generic Access Profile (GAP)]

Keys that have been exchanged. More...

#include <ble_gap.h>

Data Fields

uint8_t ltk: 1
 Long Term Key.
uint8_t ediv_rand: 1
 Encrypted Diversifier and Random value.
uint8_t irk: 1
 Identity Resolving Key.
uint8_t address: 1
 Public or static random address.
uint8_t csrk: 1
 Connection Signature Resolving Key.

Detailed Description

Keys that have been exchanged.

Definition at line 501 of file ble_gap.h.


Field Documentation

uint8_t address

Public or static random address.

Definition at line 506 of file ble_gap.h.

uint8_t csrk

Connection Signature Resolving Key.

Definition at line 507 of file ble_gap.h.

uint8_t ediv_rand

Encrypted Diversifier and Random value.

Definition at line 504 of file ble_gap.h.

uint8_t irk

Identity Resolving Key.

Definition at line 505 of file ble_gap.h.

uint8_t ltk

Long Term Key.

Definition at line 503 of file ble_gap.h.