nRF Connect SDK Bare Metal API 2.0.99
Loading...
Searching...
No Matches
pm_evt Struct Reference

An event from the Peer Manager module. More...

#include <bm/bluetooth/peer_manager/peer_manager_types.h>

Data Fields

enum pm_evt_id evt_id
 The type of the event.
 
uint16_t conn_handle
 The connection that this event pertains to, or BLE_CONN_HANDLE_INVALID.
 
uint16_t peer_id
 The bonded peer that this event pertains to, or PM_PEER_ID_INVALID.
 
union { 
 
   struct pm_conn_config_req_evt   conn_config_req 
 Parameters specific to the PM_EVT_CONN_CONFIG_REQ event. More...
 
   struct pm_conn_sec_start_evt   conn_sec_start 
 Parameters specific to the PM_EVT_CONN_SEC_START event. More...
 
   struct pm_conn_secured_evt   conn_sec_succeeded 
 Parameters specific to the PM_EVT_CONN_SEC_SUCCEEDED event. More...
 
   struct pm_conn_secure_failed_evt   conn_sec_failed 
 Parameters specific to the PM_EVT_CONN_SEC_FAILED event. More...
 
   struct pm_conn_sec_params_req_evt   conn_sec_params_req 
 Parameters specific to the PM_EVT_CONN_SEC_PARAMS_REQ event. More...
 
   struct pm_peer_data_update_succeeded_evt   peer_data_update_succeeded 
 Parameters specific to the PM_EVT_PEER_DATA_UPDATE_SUCCEEDED event. More...
 
   struct pm_peer_data_update_failed_evt   peer_data_update_failed 
 Parameters specific to the PM_EVT_PEER_DATA_UPDATE_FAILED event. More...
 
   struct pm_failure_evt   peer_delete_failed 
 Parameters specific to the PM_EVT_PEER_DELETE_FAILED event. More...
 
   struct pm_failure_evt   peers_delete_failed_evt 
 Parameters specific to the PM_EVT_PEERS_DELETE_FAILED event. More...
 
   struct pm_failure_evt   error_unexpected 
 Parameters specific to the PM_EVT_ERROR_UNEXPECTED event. More...
 
   struct pm_failure_evt   garbage_collection_failed 
 Parameters specific to the PM_EVT_FLASH_GARBAGE_COLLECTION_FAILED event. More...
 
};  
 

Detailed Description

An event from the Peer Manager module.

The structure contains both standard parameters and parameters that are specific to some events.


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