nRF51 SDK v10.0.0
Structure containing parameters specific to the PM_EVT_PEER_DATA_UPDATE_FAILED event. More...
#include <peer_manager.h>
Data Fields |
|
| pm_peer_data_id_t | data_id |
| pm_peer_data_action_t | action |
| ret_code_t | error |
Detailed Description
Structure containing parameters specific to the PM_EVT_PEER_DATA_UPDATE_FAILED event.
Field Documentation
| pm_peer_data_action_t pm_peer_data_update_failed_t::action |
The action that failed.
| pm_peer_data_id_t pm_peer_data_update_failed_t::data_id |
The type of data that was updated
| ret_code_t pm_peer_data_update_failed_t::error |
The error that occurred.