Nordic stack and drivers for the mbed BLE API. Version to work around build bug.

Dependents:   microbit_rubber_ducky microbit_mouse_BLE microbit_mouse_BLE_daybreak_version microbit_presenter

Fork of nRF51822 by Nordic Semiconductor

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.