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

dm_sec_keyset_t Struct Reference

dm_sec_keyset_t Struct Reference
[Device Manager Data Types]

Device Manager security key set. More...

#include <device_manager.h>

Data Fields

dm_sec_keys_t keys_periph
 Keys distributed by the device in the Peripheral role.
dm_sec_keys_t keys_central
 Keys distributed by the device in the Central role.

Detailed Description

Device Manager security key set.

Definition at line 287 of file device_manager.h.


Field Documentation

Keys distributed by the device in the Central role.

Definition at line 290 of file device_manager.h.

Keys distributed by the device in the Peripheral role.

Definition at line 289 of file device_manager.h.