S132 SoftDevice v1.0.0-3.alpha
Data Fields
ble_common_evt_t Struct Reference

Event structure for events not associated with a specific function module. More...

#include <ble.h>

Data Fields

uint16_t conn_handle
 
union {
   ble_evt_tx_complete_t   tx_complete
 
   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.

ble_evt_tx_complete_t ble_common_evt_t::tx_complete

Transmission Complete.

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.


This document was last updated on Thu Oct 15 2015.
Please send us your feedback about the documentation! For technical questions, visit the Nordic Developer Zone.