test

Fork of nRF51822 by Nordic Semiconductor

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 291 of file device_manager.h.


Field Documentation

Keys distributed by the device in the Central role.

Definition at line 294 of file device_manager.h.

Keys distributed by the device in the Peripheral role.

Definition at line 293 of file device_manager.h.