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
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.
Diff: ext_fota/BleMsgHandler.h
- Revision:
- 5:e11b23f9aacc
- Parent:
- 4:60be78a172c2
- Child:
- 6:8dd20294b2aa
diff -r 60be78a172c2 -r e11b23f9aacc ext_fota/BleMsgHandler.h --- a/ext_fota/BleMsgHandler.h Wed Jun 24 08:50:07 2015 +0000 +++ b/ext_fota/BleMsgHandler.h Mon Jul 13 06:32:05 2015 +0000 @@ -27,6 +27,8 @@ int BleSendMsg(uint8_t *msg, unsigned short size); void BleReceiveMsg(void); void BleMsgHandle(void); + void HostPcPrint(char *str); + void ReceiveToSerialTest(void); private: