Skip to main content
Visitor II
March 26, 2025
Solved

How to set in CubeMX to use BLE extended advertising?

  • March 26, 2025
  • 1 reply
  • 413 views

I am controlling BLE server using stm32wba54cgu6 chip and CubeIDE 1.18.0.
1. In order to use extended advertising function, what part should I set in CubeMx?
2. I think that adv_ext_app.c / adv_ext_app.h file should be created to use extended advertising.

What setting should I make in CubeMx so that adv_ext_app.c / adv_ext_app.h are created?

I am a complete beginner.

Please help me.

Best answer by STTwo-32

Hello @Will912 

To understand how to configure a BLE extended advertising node, I suggest you follow the recommendations of the BLE_p2pServer_Ext example.

PS: there is not a specific example for your MCU since there is not an evaluation board based on it.

Best Regards.

STTwo-32

 

1 reply

STTwo-32
STTwo-32Best answer
Technical Moderator
April 15, 2025

Hello @Will912 

To understand how to configure a BLE extended advertising node, I suggest you follow the recommendations of the BLE_p2pServer_Ext example.

PS: there is not a specific example for your MCU since there is not an evaluation board based on it.

Best Regards.

STTwo-32