nRF51 SDK v10.0.0
Union of all data associated with one peer. More...
#include <peer_manager_types.h>
Data Fields |
|
| pm_peer_data_bonding_t * | p_bonding_data |
| bool * | p_service_changed_pending |
| pm_peer_data_local_gatt_db_t * | p_local_gatt_db |
| pm_peer_data_remote_gatt_db_t * | p_remote_gatt_db |
| uint8_t * | p_application_data |
Detailed Description
Union of all data associated with one peer.
Field Documentation
| uint8_t* pm_peer_data_unit_t::p_application_data |
Arbitrary data to associate with the peer. This data can be freely used by the application.
| pm_peer_data_bonding_t * pm_peer_data_unit_t::p_bonding_data |
The exchanged bond information in addition to metadata of the bonding.
| pm_peer_data_local_gatt_db_t * pm_peer_data_unit_t::p_local_gatt_db |
Persistent information pertaining to a peer GATT client.
| pm_peer_data_remote_gatt_db_t * pm_peer_data_unit_t::p_remote_gatt_db |
Persistent information pertaining to a peer GATT server.
| bool* pm_peer_data_unit_t::p_service_changed_pending |
Whether a service changed indication should be sent to the peer.