nRF51 SDK v10.0.0
Events that can come from the peer_database module. More...
#include <peer_database.h>
Data Fields |
|
| pdb_evt_id_t | evt_id |
| pm_peer_id_t | peer_id |
| pm_peer_data_id_t | data_id |
| union { | |
| struct { | |
| pm_store_token_t store_token | |
| } raw_stored_evt | |
| struct { | |
| pm_store_token_t store_token | |
| } error_raw_store_evt | |
| } | params |
Detailed Description
Events that can come from the peer_database module.
Field Documentation
| pm_peer_data_id_t pdb_evt_t::data_id |
The data the event pertains to.
| pdb_evt_id_t pdb_evt_t::evt_id |
The event that has happened.
| pm_peer_id_t pdb_evt_t::peer_id |
The id of the peer the event pertains to.
| pm_store_token_t pdb_evt_t::store_token |
A token identifying the store operation this event pertains to.