R1 code for micro:bit based train controller code, requires second micro:bit running rx code to operate - see https://meanderingpi.wordpress.com/ for more information

Fork of nrf51-sdk by Lancaster University

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.