S140 SoftDevice v7.3.0
Event structure for events not associated with a specific function module. More...
#include <ble.h>
Data Fields |
|
| uint16_t | conn_handle |
| union { | |
| ble_evt_user_mem_request_t user_mem_request | |
| ble_evt_user_mem_release_t user_mem_release | |
| } | params |
Detailed Description
Event structure for events not associated with a specific function module.
Field Documentation
| uint16_t ble_common_evt_t::conn_handle |
Connection Handle on which this event occurred.
| union { ... } ble_common_evt_t::params |
Event parameter union.
| ble_evt_user_mem_release_t ble_common_evt_t::user_mem_release |
User Memory Release Event Parameters.
| ble_evt_user_mem_request_t ble_common_evt_t::user_mem_request |
User Memory Request Event Parameters.