nRF5 SDK v17.0.2
Data Fields
pm_peer_data_update_succeeded_evt_t Struct Reference

Parameters specific to the PM_EVT_PEER_DATA_UPDATE_SUCCEEDED event. More...

#include <peer_manager_types.h>

Data Fields

pm_peer_data_id_t data_id
 The type of the data that was changed.
 
pm_peer_data_op_t action
 What happened to the data.
 
pm_store_token_t token
 Token that identifies the operation. For PM_PEER_DATA_OP_DELETE actions, this token can be disregarded. For PM_PEER_DATA_OP_UPDATE actions, compare this token with the token that is received from a call to a PM_PEER_DATA_FUNCTIONS function.
 
uint8_t flash_changed: 1
 If this is false, no operation was done in flash, because the value was already what it should be. Please note that in certain scenarios, this flag will be true even if the new value is the same as the old.
 

Detailed Description

Parameters specific to the PM_EVT_PEER_DATA_UPDATE_SUCCEEDED event.


The documentation for this struct was generated from the following file:

Documentation feedback | Developer Zone | Subscribe | Updated