nRF5 SDK v11.0.0
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.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.
 
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.
 
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.
 

Detailed Description

Parameters specific to the PM_EVT_PEER_DATA_UPDATE_SUCCEEDED event.


Documentation feedback | Developer Zone | Updated