Lancaster University fork of the Nordic nrf51-SDK repository, which actually lives on github: https://github.com/lancaster-university/nrf51-sdk

Dependents:   nRF51822

Embed: (wiki syntax)

« Back to documentation index

ble_gap_sec_keys_t Struct Reference

ble_gap_sec_keys_t Struct Reference
[Structures]

Security Keys. More...

#include <ble_gap.h>

Data Fields

ble_gap_enc_key_tp_enc_key
 Encryption Key, or NULL.
ble_gap_id_key_tp_id_key
 Identity Key, or NULL.
ble_gap_sign_info_tp_sign_key
 Signing Key, or NULL.

Detailed Description

Security Keys.

Definition at line 633 of file ble_gap.h.


Field Documentation

Encryption Key, or NULL.

Definition at line 635 of file ble_gap.h.

Identity Key, or NULL.

Definition at line 636 of file ble_gap.h.

Signing Key, or NULL.

Definition at line 637 of file ble_gap.h.