R1 code for micro:bit based train controller code, requires second micro:bit running rx code to operate - see https://meanderingpi.wordpress.com/ for more information
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 19:00:15 by
