pm_peer_data_unit_t

nRF5 SDK v10.0.0

nRF51 SDK v10.0.0

Union of all data associated with one peer. More...

#include <peer_manager_types.h>

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.


Please send us your feedback about the documentation! For technical questions, visit the Nordic Developer Zone .