Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed-rtos mbed mbed_fota_fan_control
Fork of mbed_fota_lamp_control by
Diff: ext_fota/BleMsgHandler.h
- Revision:
- 4:60be78a172c2
- Parent:
- 3:1e70387e1337
- Child:
- 5:e11b23f9aacc
--- a/ext_fota/BleMsgHandler.h Tue Jun 23 06:32:40 2015 +0000
+++ b/ext_fota/BleMsgHandler.h Wed Jun 24 08:50:07 2015 +0000
@@ -4,6 +4,8 @@
#include "mbed.h"
#include "MsgQueue.h"
#include "SerialManager.h"
+#include "gapc_task.h"
+#include "gapm_task.h"
namespace sevencore_fota{
@@ -26,7 +28,10 @@
void BleReceiveMsg(void);
void BleMsgHandle(void);
+
private:
+ void HandleGapmCmpEvt(unsigned short msgid,struct gapm_cmp_evt *param,unsigned short dest_id,unsigned short src_id);
+ void HandleGapcCmpEvt(unsigned short msgid,struct gapc_cmp_evt *param,unsigned short dest_id,unsigned short src_id);
bool print_flag;
Serial* device;
Serial* hostpc;
