Bluetooth Low Energy based Firmware Over The Air with Mbed. Mbed part is a external processor of the IoT devices and communicate with a Bluetooth module. The Bluetooth module have to support BLE and implement BLE FOTA profile designed by ours. BLE FOTA profile specification is available from our GIT hub wiki(https://github.com/sevencore/BLEFOTA).

Dependencies:   mbed

Fork of mbed_fota by KIM HyoengJun

Embed: (wiki syntax)

« Back to documentation index

fota_server_task.h File Reference

fota_server_task.h File Reference

Fota Server Task Header. More...

Go to the source code of this file.

Data Structures

struct  att_incl_desc
 include service entry element More...
struct  fota_server_create_db_req
 Parameters of the FOTA_SERVER_CREATE_DB_REQ message. More...
struct  fota_server_create_db_cfm
 Parameters of the FOTA_SERVER_CREATE_DB_CFM message. More...
struct  fota_server_set_char_val_req
 Parameters of the FOTA_SERVER_SET_CHAR_VAL_REQ message - shall be dynamically allocated. More...
struct  fota_server_enable_req
 Parameters of the FOTA_SERVER_ENABLE_REQ message. More...
struct  fota_server_data_flash_ind
 Parameters of the FOTA_SERVER_DATA_FLASH_IND message - shall be dynamically allocated. More...

Enumerations

enum  
 

Attribue Table Indexes.

More...
enum  {
  FOTA_SERVER_ENABLE_REQ = 55296, FOTA_SERVER_CREATE_DB_REQ, FOTA_SERVER_CREATE_DB_CFM, FOTA_SERVER_DISABLE_IND ,
  FOTA_SERVER_ERROR_IND
}
 

Messages for Fota Server.

More...

Detailed Description

Fota Server Task Header.

Copyright 2015 SEVENCORE Co., Ltd.

Author:
HyeongJun Kim
Version:
1.0.0
Date:
2015-08-20

Definition in file fota_server_task.h.