Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of nrf51-sdk by
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.
Generated on Tue Jul 12 2022 14:11:25 by
