Hello all,
I have been working on a project based on glucoseSensor using BLE stack 2.0 for some time and faced some issues with the MTU size limitation. After I searched a little bit I found out that the new BLE stack 2.1 solved this issue. So I downloaded BLE stack 2.1 and installed it. I also updated my ARM compiler tool to 5.2.5. Do I need to update any thing else or uninstall anything from the last version for this version to work properly?
The problem is that my projects won't function in this new version. When I checked the sample projects like HeartRateSensor provided in the BLE stack 2.1 I got the warning "This project contains unresolved buildable linked resources..." when building the stack project. when I check it with the LightBlue App the Services won't be discovered and there is a problem in service discovery. I didn't face this issue with the version 2.0 and I don't know what to do in order to solve this problem. any idea?