nRF51 SDK - S120 SoftDevice
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
ble_gap_sec_keyset_t Struct Reference

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. More...

#include <ble_gap.h>

Data Fields

ble_gap_sec_keys_t keys_periph
 
ble_gap_sec_keys_t keys_central
 

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.

Field Documentation

ble_gap_sec_keys_t ble_gap_sec_keyset_t::keys_central

Keys distributed by the device in the Central role.

ble_gap_sec_keys_t ble_gap_sec_keyset_t::keys_periph

Keys distributed by the device in the Peripheral role.