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:
6:8dd20294b2aa
Parent:
5:e11b23f9aacc
Child:
9:fcf91f563147
diff -r e11b23f9aacc -r 8dd20294b2aa dialog_fota/app_task.h
--- a/dialog_fota/app_task.h	Mon Jul 13 06:32:05 2015 +0000
+++ b/dialog_fota/app_task.h	Fri Jul 17 14:04:12 2015 +0000
@@ -53,7 +53,11 @@
                                 uint16_t src_id,
                                 BleMsgHandler* BMH);
                                 
-void fota_server_data_flash_ind_handler(BleMsgHandler* BMH);
+void fota_server_data_flash_ind_handler(unsigned short msgid,
+                                  struct fota_server_data_flash_ind *param,
+                                  unsigned short dest_id,
+                                  unsigned short src_id,
+                                  BleMsgHandler* BMH);
 
                                   
 }//namespace