nRF51 SDK v10.0.0
Data Fields
pm_evt_t Struct Reference

Structure describing events from the Peer Manager module. More...

#include <peer_manager.h>

Data Fields

pm_evt_id_t evt_id
 
uint16_t conn_handle
 
pm_peer_id_t peer_id
 
union {
   pm_link_secured_evt_t   link_secured_evt
 
   pm_link_secure_failed_evt_t   link_secure_failed_evt
 
   pm_peer_data_update_t   peer_data_updated_evt
 
   pm_peer_data_update_failed_t   peer_data_update_failed_evt
 
   pm_error_unexpected_evt_t   error_unexpected_evt
 
params
 

Detailed Description

Structure describing events from the Peer Manager module.

Field Documentation

uint16_t pm_evt_t::conn_handle

The connection this event pertains to, or BLE_CONN_HANDLE_INVALID.

pm_error_unexpected_evt_t pm_evt_t::error_unexpected_evt

Parameters specific to the PM_EVT_ERROR_UNEXPECTED event.

pm_evt_id_t pm_evt_t::evt_id

The type of the event.

pm_link_secure_failed_evt_t pm_evt_t::link_secure_failed_evt

Parameters specific to the PM_EVT_LINK_SECURE_FAILED event.

pm_link_secured_evt_t pm_evt_t::link_secured_evt

Parameters specific to the PM_EVT_LINK_SECURED event.

pm_peer_data_update_failed_t pm_evt_t::peer_data_update_failed_evt

Parameters specific to the PM_EVT_PEER_DATA_UPDATE_FAILED event.

pm_peer_data_update_t pm_evt_t::peer_data_updated_evt

Parameters specific to the PM_EVT_PEER_DATA_UPDATED event.

pm_peer_id_t pm_evt_t::peer_id

The connection this event pertains to, or PM_PEER_ID_INVALID.


This document was last updated on Mon Nov 9 2015.
Please send us your feedback about the documentation! For technical questions, visit the Nordic Developer Zone.