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_unit_t Union Reference
[Peer_manager]
Union of all data associated with one peer. More...
#include <peer_manager_types.h>
Data Fields | |
pm_peer_data_bonding_t * | p_bonding_data |
The exchanged bond information in addition to metadata of the bonding. | |
bool * | p_service_changed_pending |
Whether a service changed indication should be sent to the peer. | |
pm_peer_data_local_gatt_db_t * | p_local_gatt_db |
Persistent information pertaining to a peer GATT client. | |
pm_peer_data_remote_gatt_db_t * | p_remote_gatt_db |
Persistent information pertaining to a peer GATT server. | |
uint8_t * | p_application_data |
Arbitrary data to associate with the peer. |
Detailed Description
Union of all data associated with one peer.
Definition at line 201 of file peer_manager_types.h.
Field Documentation
uint8_t* p_application_data |
Arbitrary data to associate with the peer.
This data can be freely used by the application.
Definition at line 207 of file peer_manager_types.h.
The exchanged bond information in addition to metadata of the bonding.
Definition at line 203 of file peer_manager_types.h.
Persistent information pertaining to a peer GATT client.
Definition at line 205 of file peer_manager_types.h.
Persistent information pertaining to a peer GATT server.
Definition at line 206 of file peer_manager_types.h.
Whether a service changed indication should be sent to the peer.
Definition at line 204 of file peer_manager_types.h.
Generated on Tue Jul 12 2022 14:11:25 by
