pm_peer_data_update_succeeded_evt_t

nRF5 SDK v12.2.0

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.

  • components/ble/peer_manager/peer_manager.h