Silvia Chen / nrf51-sdk

Fork of nrf51-sdk by Nordic Semiconductor

Embed: (wiki syntax)

« Back to documentation index

ble_common_evt_t Struct Reference

ble_common_evt_t Struct Reference
[Structures]

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

#include <nrf_ble.h>

Data Fields

uint16_t conn_handle
 Connection Handle on which this event occurred.
ble_evt_tx_complete_t tx_complete
 Transmission Complete.
ble_evt_user_mem_request_t user_mem_request
 User Memory Request Event Parameters.
ble_evt_user_mem_release_t user_mem_release
 User Memory Release Event Parameters.

Detailed Description

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

Definition at line 145 of file nrf_ble.h.


Field Documentation

uint16_t conn_handle

Connection Handle on which this event occurred.

Definition at line 147 of file nrf_ble.h.

Transmission Complete.

Definition at line 150 of file nrf_ble.h.

User Memory Release Event Parameters.

Definition at line 152 of file nrf_ble.h.

User Memory Request Event Parameters.

Definition at line 151 of file nrf_ble.h.