Event parameters. More...
#include <device_manager.h>
Data Fields |
|
| ble_gap_evt_t * | p_gap_param |
| dm_application_context_t * | p_app_context |
| dm_service_context_t * | p_service_context |
| dm_device_context_t * | p_device_context |
Detailed Description
Event parameters.
Defines event parameters for each of the events notified by the module.
Field Documentation
| dm_application_context_t * dm_event_param_t::p_app_context |
All events that are associated with application context procedures of store, load, and deletion have this as event parameter.
| dm_device_context_t * dm_event_param_t::p_device_context |
All events that are associated with device context procedures of store, load and deletion have this as event parameter.
| ble_gap_evt_t * dm_event_param_t::p_gap_param |
All events that are triggered in device manager as a result of GAP events, like connection, disconnection and security procedures are accompanied with GAP parameters.
| dm_service_context_t * dm_event_param_t::p_service_context |
All events that are associated with service context procedures of store, load and deletion have this as event parameter.