Skip to main content
jirdom
Associate II
August 18, 2019
Question

Bluetooth Multi role either as a central(master) or a peripheral (slave)

  • August 18, 2019
  • 1 reply
  • 820 views

I have a question about role of BLE. I would like to set multi role either as a central(master) or a peripheral (slave) on STM32WB. I checked on STCubeMX5.3.0 but not found multi role function. I would like to know this chip or software are support multi role? If it able. How to setting?

This topic has been closed for replies.

1 reply

Remi QUINTIN
Technical Moderator
August 21, 2019

​The STM32WB FW is able to support multi role.

Please see the application example named BLE_p2pClient under the Projects directory of the STM32Cube_FW_WB_V1.2.0 FW pacakge.

jirdom
jirdomAuthor
Associate II
August 27, 2019

Thank you , Remi