ble_evt_t

S112 SoftDevice v7.0.1 API

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

#include <ble.h>

Detailed Description

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

Field Documentation

ble_common_evt_t ble_evt_t::common_evt

Common Event, evt_id in BLE_EVT_* series.

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.

ble_gattc_evt_t ble_evt_t::gattc_evt

GATT client originated event, evt_id in BLE_GATTC_EVT* series.

ble_gatts_evt_t ble_evt_t::gatts_evt

GATT server originated event, evt_id in BLE_GATTS_EVT* series.

ble_evt_hdr_t ble_evt_t::header

Event header.