Microbit as a BLE gamepad

Dependents:   nRF51822

Fork of nrf51-sdk by Lancaster University

Embed: (wiki syntax)

« Back to documentation index

ble_gap_sec_kdist_t Struct Reference

ble_gap_sec_kdist_t Struct Reference
[Structures]

Keys that can be exchanged during a bonding procedure. More...

#include <ble_gap.h>

Data Fields

uint8_t enc: 1
 Long Term Key and Master Identification.
uint8_t id: 1
 Identity Resolving Key and Identity Address Information.
uint8_t sign: 1
 Connection Signature Resolving Key.

Detailed Description

Keys that can be exchanged during a bonding procedure.

Definition at line 499 of file ble_gap.h.


Field Documentation

uint8_t enc

Long Term Key and Master Identification.

Definition at line 501 of file ble_gap.h.

uint8_t id

Identity Resolving Key and Identity Address Information.

Definition at line 502 of file ble_gap.h.

uint8_t sign

Connection Signature Resolving Key.

Definition at line 503 of file ble_gap.h.