Lancaster University fork of the Nordic nrf51-SDK repository, which actually lives on github: https://github.com/lancaster-university/nrf51-sdk

Dependents:   nRF51822

Embed: (wiki syntax)

« Back to documentation index

ble_evt_hdr_t Struct Reference

ble_evt_hdr_t Struct Reference
[Structures]

BLE Event header. More...

#include <ble.h>

Data Fields

uint16_t evt_id
 Value from a BLE_<module>_EVT series.
uint16_t evt_len
 Length in octets excluding this header.

Detailed Description

BLE Event header.

Definition at line 157 of file ble.h.


Field Documentation

uint16_t evt_id

Value from a BLE_<module>_EVT series.

Definition at line 159 of file ble.h.

uint16_t evt_len

Length in octets excluding this header.

Definition at line 160 of file ble.h.