nRF51 SDK v10.0.0
Data associated with a bond to a peer. More...
#include <peer_manager_types.h>
Data Fields |
|
| uint8_t | own_role |
| ble_gap_id_key_t | peer_id |
| ble_gap_enc_key_t | peer_ltk |
| ble_gap_enc_key_t | own_ltk |
Detailed Description
Data associated with a bond to a peer.
Field Documentation
| ble_gap_enc_key_t pm_peer_data_bonding_t::own_ltk |
Locally generated long term encryption key, distributed to the peer.
| uint8_t pm_peer_data_bonding_t::own_role |
The role of the local device during bonding.
| ble_gap_id_key_t pm_peer_data_bonding_t::peer_id |
The peer's peer address and identity resolution key.
| ble_gap_enc_key_t pm_peer_data_bonding_t::peer_ltk |
The peer's long term encryption key.