nRF51 SDK v10.0.0
Structure describing events from the Security Dispatcher module. More...
#include <security_dispatcher.h>
Data Fields |
|
| smd_evt_id_t | evt_id |
| uint16_t | conn_handle |
| smd_evt_params_t | params |
Detailed Description
Structure describing events from the Security Dispatcher module.
Field Documentation
| uint16_t smd_evt_t::conn_handle |
The connection this event pertains to.
| smd_evt_id_t smd_evt_t::evt_id |
The type of event.
| smd_evt_params_t smd_evt_t::params |
Event specific parameters. Chosen based on evt_id.