changed low freq. clock source to IRC

Dependents:   BLE_ANCS_SDAPI_IRC

Fork of nRF51822 by Nordic Semiconductor

Embed: (wiki syntax)

« Back to documentation index

ble_evt_hdr_t Struct Reference

ble_evt_hdr_t Struct Reference
[Events, type definitions and API calls]

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 110 of file ble.h.


Field Documentation

uint16_t evt_id

Value from a BLE_<module>_EVT series.

Definition at line 112 of file ble.h.

uint16_t evt_len

Length in octets excluding this header.

Definition at line 113 of file ble.h.