dragoon  4383
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
ble_evt_t Struct Reference

Common BLE Event type, wrapping the module specific event reports. More...

#include <ble.h>

Data Fields

ble_evt_hdr_t header
 
union {
   ble_common_evt_t   common_evt
 
   ble_gap_evt_t   gap_evt
 
   ble_gattc_evt_t   gattc_evt
 
   ble_gatts_evt_t   gatts_evt
 
   ble_l2cap_evt_t   l2cap_evt
 
evt
 

Detailed Description

Common BLE Event type, wrapping the module specific event reports.

Definition at line 213 of file ble.h.

Field Documentation

ble_common_evt_t ble_evt_t::common_evt

Common Event, evt_id in BLE_EVT_* series.

Definition at line 218 of file ble.h.

union { ... } ble_evt_t::evt

Event union.

ble_gap_evt_t ble_evt_t::gap_evt

GAP originated event, evt_id in BLE_GAP_EVT_* series.

Definition at line 219 of file ble.h.

ble_gattc_evt_t ble_evt_t::gattc_evt

GATT client originated event, evt_id in BLE_GATTC_EVT* series.

Definition at line 220 of file ble.h.

ble_gatts_evt_t ble_evt_t::gatts_evt

GATT server originated event, evt_id in BLE_GATTS_EVT* series.

Definition at line 221 of file ble.h.

ble_evt_hdr_t ble_evt_t::header

Event header.

Definition at line 215 of file ble.h.

ble_l2cap_evt_t ble_evt_t::l2cap_evt

L2CAP originated event, evt_id in BLE_L2CAP_EVT* series.

Definition at line 222 of file ble.h.


The documentation for this struct was generated from the following file: