Patched version of nrf51822 FOTA compatible driver, with GPTIO disabled, as it clashed with the mbed definitions...

Fork of nRF51822 by Nordic Semiconductor

Embed: (wiki syntax)

« Back to documentation index

dm_sec_keyset Struct Reference

dm_sec_keyset Struct Reference
[Device Manager Data Types]

Security keys. More...

#include <device_manager.h>

Data Fields

dm_id_key_tp_id_key
 Identity key, or NULL.
dm_sign_key_tp_sign_key
 Signing key, or NULL.
dm_enc_key_tp_enc_key
 Pointer to Device Manager encryption information structure.
ble_gap_enc_info_tp_enc_info
 Pointer to GAP encryption information.

Detailed Description

Security keys.

Definition at line 255 of file device_manager.h.


Field Documentation

Pointer to GAP encryption information.

Definition at line 260 of file device_manager.h.

Pointer to Device Manager encryption information structure.

Definition at line 259 of file device_manager.h.

Identity key, or NULL.

Definition at line 262 of file device_manager.h.

Signing key, or NULL.

Definition at line 263 of file device_manager.h.