2019-08-18 06:35 AM
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?
2019-08-21 02:29 AM
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.
2019-08-26 09:15 PM
Thank you , Remi