2025-02-06 08:03 AM
Hello,
I have an existing STM32_WPAN configuration with 3 BLE services and I want to completely remove Service 2. Is there any way to do that?
I've already reduced the number of services to 2, but it ends up removing Service 3 which I want to keep. Is it possible to swap Service 2 and 3 and then reduce to 2 services.
thank you in advance
2025-02-06 09:38 AM - edited 2025-02-06 09:41 AM
Hello @dsmail1
For now, it is not possible to do this throw CubeMX. The only solution is to do it directly on the generated code. You can also create a new project and copy exactly the same configuration and code but only for two services. I’ve escalated a request to review the possibilty of implementing this on CubeMX directly.
Best Regards.
STTwo-32
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.