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

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.

Revision:
9:fcf91f563147
Parent:
6:8dd20294b2aa
Child:
10:18044afe4364
--- a/dialog_fota/fota_server_task.h	Thu Aug 20 05:16:55 2015 +0000
+++ b/dialog_fota/fota_server_task.h	Mon Aug 24 02:29:16 2015 +0000
@@ -1,7 +1,14 @@
 #ifndef FOTA_SERVER_TASK_H
 #define FOTA_SERVER_TASK_H
 
-
+/**
+ ****************************************************************************************
+ * @addtogroup dialog_fota module
+ * @brief Fota Server Task Header.
+ *
+ * @{
+ ****************************************************************************************
+ */
 namespace sevencore_fota{
     
 #define APP_FOTA_SERVER_FIRMWARE_VERSION       ("01-00-00")
@@ -9,7 +16,7 @@
 #define APP_FOTA_SERVER_FIRMWARE_NEW_VERSION            ("00-00-00")
 #define APP_FOTA_SERVER_FIRMWARE_NEW_VERSION_LEN        (8)
     
-//Attribue Table Indexes
+///Attribue Table Indexes
 enum
 {
     FOTA_SERVER_FIRMWARE_VERSION_CHAR,
@@ -101,4 +108,6 @@
     
     
 }//namespace
+
+/// @} dialog_fota module
 #endif//FOTA_SERVER_TASK_H