Nordic stack and drivers for the mbed BLE API

Dependents:   idd_hw5_bleFanProto

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 532 of file ble_gap.h.


Field Documentation

uint8_t address

Public or static random address.

Definition at line 537 of file ble_gap.h.

uint8_t csrk

Connection Signature Resolving Key.

Definition at line 538 of file ble_gap.h.

uint8_t ediv_rand

Encrypted Diversifier and Random value.

Definition at line 535 of file ble_gap.h.

uint8_t irk

Identity Resolving Key.

Definition at line 536 of file ble_gap.h.

uint8_t ltk

Long Term Key.

Definition at line 534 of file ble_gap.h.