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

ble_gap_sec_keyset_t Struct Reference

ble_gap_sec_keyset_t Struct Reference
[Structures]

Security key set (both Peripheral and Central keys). More...

#include <ble_gap.h>

Data Fields

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

Detailed Description

Security key set (both Peripheral and Central keys).

Note that when distributing Bluetooth addresses pertaining to the local device those will have to be filled in by the user.

Definition at line 644 of file ble_gap.h.


Field Documentation

Keys distributed by the device in the Central role.

Definition at line 647 of file ble_gap.h.

Keys distributed by the device in the Peripheral role.

Definition at line 646 of file ble_gap.h.