Skip to main content
Associate II
February 6, 2025
Solved

STM32 WPAN Remove BLE Service

  • February 6, 2025
  • 1 reply
  • 478 views

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?

 

dsmail1_1-1738857718804.png

 

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.

dsmail1_2-1738857748359.png

 

thank you in advance

 

 

Best answer by STTwo-32

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 (under internal ticket number 202528).

Best Regards.

STTwo-32

1 reply

STTwo-32
STTwo-32Best answer
Technical Moderator
February 6, 2025

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 (under internal ticket number 202528).

Best Regards.

STTwo-32