This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC2652R: Service changed indication in ble5stack

Part Number: CC2652R

Hello.

Our project is based on the example of Simple Peripheral OAD on-chip for ble5stack. We found that the project did not implement service changed indication when switching from the user application to the persistent app and back. We tried to use the GAPBondMgr_ServiceChangeInd function for this, however when linking, we get an unresolved symbol error. We use the simplelink_cc13x2_26x2_sdk_3_10_01_11 SDK.

How to correctly implement the service changed indication in our project?