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:
5:e11b23f9aacc
Child:
10:18044afe4364
--- a/dialog_fota/gapc_task.h	Thu Aug 20 05:16:55 2015 +0000
+++ b/dialog_fota/gapc_task.h	Mon Aug 24 02:29:16 2015 +0000
@@ -4,7 +4,16 @@
 #include "dialog_fota_config.h"
 #include "gap.h"
 
+/**
+ ****************************************************************************************
+ * @addtogroup dialog_fota module
+ * @brief Generic Access Profile Controller Header.
+ *
+ * @{
+ ****************************************************************************************
+ */
 namespace sevencore_fota{
+    
 /// GAP Controller Task messages
 enum gapc_msg_id
 {
@@ -241,4 +250,7 @@
 };
   
 }//namespace
+
+/// @} dialog_fota module
+
 #endif//GAPC_TASK_H