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:
8:9eec2c246a85
--- a/ext_fota/BleMsgHandler.cpp	Thu Aug 20 05:16:55 2015 +0000
+++ b/ext_fota/BleMsgHandler.cpp	Mon Aug 24 02:29:16 2015 +0000
@@ -1,6 +1,6 @@
 /**
  * @file BleMsgHandler.cpp
- * @brief ble message handler ( Ble message is communication mathod between Mbed and DA14583 )
+ * @brief Ble message handler ( Ble message is communication mathod between Mbed and DA14583 )
  * Copyright 2015 SEVENCORE Co., Ltd.
  *
  * @author HyeongJun Kim 
@@ -72,8 +72,6 @@
 /**
  ****************************************************************************************
  * @brief Ble message handler Start title print function.
- * @param[in] mbed serial class reference to device.
- * @param[in] mbed serial class reference to hostpc.
  ****************************************************************************************
  */
 void BleMsgHandler::PrintTitle(void)