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

pm_peer_data_bonding_t Struct Reference

pm_peer_data_bonding_t Struct Reference
[Peer_manager]

Data associated with a bond to a peer. More...

#include <peer_manager_types.h>

Data Fields

uint8_t own_role
 The role of the local device during bonding.
ble_gap_id_key_t peer_id
 The peer's peer address and identity resolution key.
ble_gap_enc_key_t peer_ltk
 The peer's long term encryption key.
ble_gap_enc_key_t own_ltk
 Locally generated long term encryption key, distributed to the peer.

Detailed Description

Data associated with a bond to a peer.

Definition at line 94 of file peer_manager_types.h.


Field Documentation

Locally generated long term encryption key, distributed to the peer.

Definition at line 99 of file peer_manager_types.h.

uint8_t own_role

The role of the local device during bonding.

Definition at line 96 of file peer_manager_types.h.

The peer's peer address and identity resolution key.

Definition at line 97 of file peer_manager_types.h.

The peer's long term encryption key.

Definition at line 98 of file peer_manager_types.h.