Hi,
I have:
CY8CKIT-042-BLE
PSoC Creator 4.1
I added call to as below:
apiResult = CyBle_GapAddDeviceToWhiteList(&whitelistdeviceaddress);
I added include file "project.h" but this does not include "CyBle_StackGap.h" and so my build fails.
I was wondering how to solve this error. Below is the exact error I get. Thanks, Asha
Solved! Go to Solution.
Hi,
We did clean and build.
We figured out the issue.
Our setup is "Loader" and "Loadable" and so some functions need to be made "KEEP" in the Loader so that the Loadable can see those functions. Thanks, Asha
#include <project.h>
Did you try clean and build? Or just build?
Did you check that all of your components are up-to-date? (update components in right-click menu of the Project file)
Did you configure your BLE device for peripheral, central, or both?
Hi,
We did clean and build.
We figured out the issue.
Our setup is "Loader" and "Loadable" and so some functions need to be made "KEEP" in the Loader so that the Loadable can see those functions. Thanks, Asha