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_reset_t Struct Reference

ble_msg_system_reset_t Struct Reference

Data structure passed into the Reset command. More...

#include <api_datatypes.h>

Data Fields

uint8_t boot_in_dfu
 Determine whether or not to boot into Device Firmware Update (DFU) mode. 1 for booting into DFU, 0 otherwise.

Detailed Description

Data structure passed into the Reset command.

Definition at line 19 of file api_datatypes.h.


Field Documentation

uint8_t boot_in_dfu

Determine whether or not to boot into Device Firmware Update (DFU) mode. 1 for booting into DFU, 0 otherwise.

Definition at line 20 of file api_datatypes.h.