Partial implementation of BlueGiga's BGAPI for use with the BLE112/3 modules over UART.

Embed: (wiki syntax)

« Back to documentation index

ble_msg_system_boot_evt_t Struct Reference

ble_msg_system_boot_evt_t Struct Reference

Data structure returned from Boot event. More...

#include <api_datatypes.h>

Data Fields

uint16_t major
 Major version (e.g. 1)
uint16_t minor
 Minor version (e.g. 3)
uint16_t patch
 Patch version (e.g. 2)
uint16_t build
 Build number (e.g. 122)
uint16_t ll_version
 Link Layer Version.
uint8_t protocol_version
 BGAPI Version.
uint8_t hw
 Hardware Version.

Detailed Description

Data structure returned from Boot event.

Definition at line 24 of file api_datatypes.h.


Field Documentation

uint16_t build

Build number (e.g. 122)

Definition at line 28 of file api_datatypes.h.

uint8_t hw

Hardware Version.

Definition at line 31 of file api_datatypes.h.

uint16_t ll_version

Link Layer Version.

Definition at line 29 of file api_datatypes.h.

uint16_t major

Major version (e.g. 1)

Definition at line 25 of file api_datatypes.h.

uint16_t minor

Minor version (e.g. 3)

Definition at line 26 of file api_datatypes.h.

uint16_t patch

Patch version (e.g. 2)

Definition at line 27 of file api_datatypes.h.

BGAPI Version.

Definition at line 30 of file api_datatypes.h.