Originally from Donal's blog article. http://mbed.org/users/donalm/code/BLE_Health_Thermometer_Blog/ Changed low freq. clock source from XTAL to IRC.

Dependents:   BLE_Health_Thermometer_IRC BLE_RCBController_micono_test BLE_konashi_PIO_test BLE_ADT7410_TMP102_Sample ... more

Fork of BLE_API_Native_blog by Donal Morrissey

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.