test

Fork of nrf51-sdk by Lancaster University

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.