Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of nRF51822 by
dm_event_param_t Union Reference
[Device Manager Data Types]
Event parameters. More...
#include <device_manager.h>
Data Fields | |
ble_gap_evt_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_application_context_t * | p_app_context |
All events that are associated with application context procedures of store, load, and deletion have this as event parameter. | |
dm_service_context_t * | p_service_context |
All events that are associated with service context procedures of store, load and deletion have this as event parameter. | |
dm_device_context_t * | p_device_context |
All events that are associated with device context procedures of store, load and deletion have this as event parameter. |
Detailed Description
Event parameters.
Defines event parameters for each of the events notified by the module.
Definition at line 362 of file device_manager.h.
Field Documentation
All events that are associated with application context procedures of store, load, and deletion have this as event parameter.
Definition at line 365 of file device_manager.h.
All events that are associated with device context procedures of store, load and deletion have this as event parameter.
Definition at line 367 of file device_manager.h.
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.
Definition at line 364 of file device_manager.h.
All events that are associated with service context procedures of store, load and deletion have this as event parameter.
Definition at line 366 of file device_manager.h.
Generated on Tue Jul 12 2022 21:00:20 by
