test

Fork of nrf51-sdk by Lancaster University

Embed: (wiki syntax)

« Back to documentation index

pm_peer_data_unit_t Union Reference

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_tp_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_tp_local_gatt_db
 Persistent information pertaining to a peer GATT client.
pm_peer_data_remote_gatt_db_tp_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

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.