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:
10:18044afe4364
Parent:
9:fcf91f563147
--- a/dialog_fota/gapc_task.h	Mon Aug 24 02:29:16 2015 +0000
+++ b/dialog_fota/gapc_task.h	Mon Aug 24 03:11:00 2015 +0000
@@ -1,3 +1,12 @@
+/**
+ * @file gapc_task.h
+ * @brief Generic Access Profile Controller Header.
+ * Copyright 2015 SEVENCORE Co., Ltd.
+ *
+ * @author HyeongJun Kim 
+ * @version 1.0.0  
+ * @date 2015-08-20
+*/
 #ifndef GAPC_TASK_H
 #define GAPC_TASK_H