htiui/HtiCommPlugins/HtiBtCommPlugin/HtiBtCommEcomPlugin/src/HtiBtCommEcomPlugin.cpp
equal
deleted
inserted
replaced
20 #include <badesca.h> |
20 #include <badesca.h> |
21 #include <f32file.h> |
21 #include <f32file.h> |
22 |
22 |
23 #include "HtiBtCommEcomPlugin.h" |
23 #include "HtiBtCommEcomPlugin.h" |
24 #include "BtSerialClient.h" |
24 #include "BtSerialClient.h" |
25 #include <hticfg.h> |
25 #include <HtiCfg.h> |
26 #include <htilogging.h> |
26 #include <HtiLogging.h> |
27 |
27 |
28 // CONSTANTS |
28 // CONSTANTS |
29 _LIT( KHtiCfgPath, "\\" ); // root of drive |
29 _LIT( KHtiCfgPath, "\\" ); // root of drive |
30 _LIT( KHtiBtCommCfg, "HTIBtComm.cfg" ); |
30 _LIT( KHtiBtCommCfg, "HTIBtComm.cfg" ); |
31 _LIT8( KBtDeviceAddress, "BtDeviceAddress" ); |
31 _LIT8( KBtDeviceAddress, "BtDeviceAddress" ); |