Other Parts Discussed in Thread: BLE-STACK
Hello,
I am running my own application on CC2650MODA. I have imported the simple_central_cc2650lp_app and stack. I have removed the simple central application part and add my own application file (c and header file). I have my workspace folder with my own application file under version control. Everything was fine at this time I was possible to flash a led and connect to another ble device and exchange data.
I have added more functions to my application files and after 2 days now I am not able to connect to a Bluetooth device. The function “GAPCentralRole_EstablishLink(..)“ Returns SUCCES and my application runs without any error.
So I have reverted my changes with SVN to the Version 2 days ago were all was fine.
But now in this version I am also not able to connect to any ble devices. This was very strange for me because this application worked 2 days ago.
At next step I have created a new workspace without any success.
After that I have reimported the simple_central_cc2650lp_app and stack and add my application files. This was successful. I was able to connect to devices etc.
Now a few days later I have the same behaviour. Only reimporting the simple_central_cc2650lp_app and stack was successful.
Could you please help me? Because reimporting the simple_central_cc2650lp app and stack after a certain time is no solution for me.
Best regards
Tobias