After switching from the Blinky example to another project, the BLE services have not been cleared from the Blinky project. The newly built UART App example will load, but when connected to a BLE Phone App, it still shows the characteristics from the previously loaded App. The Advertisement shows that it is the UART app, but the tx and rx characteristics did not get setup, still set for the previous example app. Is there some call needed to clear the previous setup prior to loading the new one?
Steps: dev kit nrf52840
1. Load, build, and run the UART example project
2. connect to the Nordic Phone app and terminal PC program
3. The UART example ran fine.
4. Loaded the Blinky app and it ran fine.
5. switched back to the UART app, and started debugging
problem: The UART exampls started, but the characteristics remained as setup in the Blinky App.
The Tx and Rx characteristics for the UART did not get setup and dont show on the connected Phone App.
Is there a step needed to clear the services and characteristics prior to loaded new ones?
Thanks,
Dan