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_enc_key Struct Reference

dm_enc_key Struct Reference
[Device Manager Data Types]

Device Manager Master identification and encryption information. More...

#include <device_manager.h>

Data Fields

ble_gap_enc_info_t enc_info
 GAP encryption information.
ble_gap_master_id_t master_id
 Master identification.

Detailed Description

Device Manager Master identification and encryption information.

Definition at line 256 of file device_manager.h.


Field Documentation

GAP encryption information.

Definition at line 258 of file device_manager.h.

Master identification.

Definition at line 259 of file device_manager.h.